diff options
Diffstat (limited to 'devel')
-rw-r--r-- | devel/p5-constant/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/devel/p5-constant/Makefile b/devel/p5-constant/Makefile index 718e82d7ed0..dbf0789b997 100644 --- a/devel/p5-constant/Makefile +++ b/devel/p5-constant/Makefile @@ -3,6 +3,7 @@ PORTNAME= constant PORTVERSION= 1.27 +PORTREVISION= 1 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -10,9 +11,6 @@ PKGNAMEPREFIX= p5- MAINTAINER= tj@FreeBSD.org COMMENT= Perl pragma to declare constants -BUILD_DEPENDS= p5-Test-Simple>=0:${PORTSDIR}/devel/p5-Test-Simple -RUN_DEPENDS:= ${BUILD_DEPENDS} - PERL_CONFIGURE= yes MAN3= constant.3 |