diff options
Diffstat (limited to 'textproc/p5-Pod-Simple/Makefile')
-rw-r--r-- | textproc/p5-Pod-Simple/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/textproc/p5-Pod-Simple/Makefile b/textproc/p5-Pod-Simple/Makefile index cb162ce5940f..43d35a01cd72 100644 --- a/textproc/p5-Pod-Simple/Makefile +++ b/textproc/p5-Pod-Simple/Makefile @@ -5,7 +5,7 @@ # PORTNAME= Pod-Simple -PORTVERSION= 3.10 +PORTVERSION= 3.11 CATEGORIES= textproc devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -13,6 +13,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Framework for parsing Pod +BUILD_DEPENDS= p5-Pod-Escapes>=0:${PORTSDIR}/textproc/p5-Pod-Escapes +RUN_DEPENDS= ${BUILD_DEPENDS} + PERL_CONFIGURE= yes MAN3= Pod::Simple.3 \ |