diff options
author | Sergey Skvortsov <skv@FreeBSD.org> | 2004-08-10 19:01:26 +0000 |
---|---|---|
committer | Sergey Skvortsov <skv@FreeBSD.org> | 2004-08-10 19:01:26 +0000 |
commit | 4f7fcd1bccb37848f412426a0b168f0845ac7d68 (patch) | |
tree | cba6a402318fe1d42315e86ca1845fef651cb9b0 /textproc/p5-Pod-Constants | |
parent | 1d76dde1a4d7ce082e2d8bd8d2f6e2f5f7615b7d (diff) | |
download | ports-4f7fcd1bccb37848f412426a0b168f0845ac7d68.tar.gz ports-4f7fcd1bccb37848f412426a0b168f0845ac7d68.zip |
Notes
Diffstat (limited to 'textproc/p5-Pod-Constants')
-rw-r--r-- | textproc/p5-Pod-Constants/Makefile | 14 |
1 files changed, 5 insertions, 9 deletions
diff --git a/textproc/p5-Pod-Constants/Makefile b/textproc/p5-Pod-Constants/Makefile index 131c67581f23..795683ef71c2 100644 --- a/textproc/p5-Pod-Constants/Makefile +++ b/textproc/p5-Pod-Constants/Makefile @@ -7,7 +7,7 @@ PORTNAME= Pod-Constants PORTVERSION= 0.15 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= textproc perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= ../../authors/id/S/SA/SAMV @@ -16,15 +16,11 @@ PKGNAMEPREFIX= p5- MAINTAINER= skv@FreeBSD.org COMMENT= Include constants from POD +BUILD_DEPENDS= ${SITE_PERL}/Pod/Parser.pm:${PORTSDIR}/textproc/p5-PodParser +RUN_DEPENDS= ${BUILD_DEPENDS} + PERL_CONFIGURE= yes MAN3= Pod::Constants.3 -.include <bsd.port.pre.mk> - -.if ${PERL_LEVEL} < 500601 -BUILD_DEPENDS+= ${SITE_PERL}/Pod/Usage.pm:${PORTSDIR}/textproc/p5-PodParser -RUN_DEPENDS+= ${BUILD_DEPENDS} -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> |