Files
ports/devel/p5-Params-ValidationCompiler/Makefile
T
Wen Heping 7ee5e1a334 - Update DEPENDS
- Add NO_ARCH

PR:		237231
Submitted by:	sunpoet@
2019-04-15 03:21:16 +00:00

30 lines
726 B
Makefile

# $FreeBSD$
PORTNAME= Params-ValidationCompiler
PORTVERSION= 0.30
PORTREVISION= 1
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= wen@FreeBSD.org
COMMENT= Build an optimized subroutine parameter validator once, use it forever
LICENSE= ART20
LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= p5-Exception-Class>=0:devel/p5-Exception-Class \
p5-Eval-Closure>=0:devel/p5-Eval-Closure
TEST_DEPENDS= p5-Specio>=0.14:devel/p5-Specio \
p5-Test2-Suite>=0:devel/p5-Test2-Suite \
p5-Test2-Plugin-NoWarnings>=0:devel/p5-Test2-Plugin-NoWarnings \
p5-Test-Without-Module>=0:devel/p5-Test-Without-Module
USES= perl5
USE_PERL5= configure
NO_ARCH= yes
.include <bsd.port.mk>