diff options
author | mat <mat@FreeBSD.org> | 2003-08-24 21:49:08 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2003-08-24 21:49:08 +0800 |
commit | 69fca4f25f3436ffd819d35fe4c3026c48263a68 (patch) | |
tree | d6c6916b69435466112624bc37edbc1e58e88720 /devel/p5-DateTime-Format-MySQL | |
parent | 56aea0b2f23112bcb4e6f2bf8287efa119c48175 (diff) | |
download | freebsd-ports-gnome-69fca4f25f3436ffd819d35fe4c3026c48263a68.tar.gz freebsd-ports-gnome-69fca4f25f3436ffd819d35fe4c3026c48263a68.tar.zst freebsd-ports-gnome-69fca4f25f3436ffd819d35fe4c3026c48263a68.zip |
Add MAN3 now that Module::Build does generate man pages
bump PORTREVISION
Approved by: demon (mentor)
Diffstat (limited to 'devel/p5-DateTime-Format-MySQL')
-rw-r--r-- | devel/p5-DateTime-Format-MySQL/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/devel/p5-DateTime-Format-MySQL/Makefile b/devel/p5-DateTime-Format-MySQL/Makefile index c2d10d66c614..2a3820ab4cfa 100644 --- a/devel/p5-DateTime-Format-MySQL/Makefile +++ b/devel/p5-DateTime-Format-MySQL/Makefile @@ -7,6 +7,7 @@ PORTNAME= DateTime-Format-MySQL 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 and format MySQL dates and times +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::MySQL.3 + +.include "../../devel/p5-Module-Build/inc.build.mk" .include <bsd.port.mk> |