diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2003-08-24 13:49:08 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2003-08-24 13:49:08 +0000 |
commit | 76cf235bddfa0ca2c6ef4a4f38ae6ff2a64b3675 (patch) | |
tree | 80eca95c1aaf87a5099cc8f5ca251ccad514cf25 /devel/p5-DateTime-Format-ISO8601 | |
parent | 51fcfef1ce264fe5801dac34e9bb598340f8d535 (diff) | |
download | ports-76cf235bddfa0ca2c6ef4a4f38ae6ff2a64b3675.tar.gz ports-76cf235bddfa0ca2c6ef4a4f38ae6ff2a64b3675.zip |
Notes
Diffstat (limited to 'devel/p5-DateTime-Format-ISO8601')
-rw-r--r-- | devel/p5-DateTime-Format-ISO8601/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/devel/p5-DateTime-Format-ISO8601/Makefile b/devel/p5-DateTime-Format-ISO8601/Makefile index ffadc857a980..9b39c548aa36 100644 --- a/devel/p5-DateTime-Format-ISO8601/Makefile +++ b/devel/p5-DateTime-Format-ISO8601/Makefile @@ -7,6 +7,7 @@ PORTNAME= DateTime-Format-ISO8601 PORTVERSION= 0.03 +PORTREVISION= 1 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= DateTime @@ -15,11 +16,13 @@ PKGNAMEPREFIX= p5- MAINTAINER= mat@FreeBSD.org COMMENT= Parse ISO8601 formats +BUILD_DEPENDS= ${RUN_DEPENDS} RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/DateTime.pm:${PORTSDIR}/devel/p5-DateTime \ ${SITE_PERL}/DateTime/Format/Builder.pm:${PORTSDIR}/devel/p5-DateTime-Format-Builder -BUILD_DEPENDS= ${RUN_DEPENDS} \ - ${SITE_PERL}/Module/Build.pm:${PORTSDIR}/devel/p5-Module-Build PERL_CONFIGURE= yes +MAN3= DateTime::Format::ISO8601.3 + +.include "../../devel/p5-Module-Build/inc.build.mk" .include <bsd.port.mk> |