diff options
Diffstat (limited to 'devel/p5-DateTime-Event-Zodiac/Makefile')
-rw-r--r-- | devel/p5-DateTime-Event-Zodiac/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/p5-DateTime-Event-Zodiac/Makefile b/devel/p5-DateTime-Event-Zodiac/Makefile index 2502c1edbee1..0610ee63d6f6 100644 --- a/devel/p5-DateTime-Event-Zodiac/Makefile +++ b/devel/p5-DateTime-Event-Zodiac/Makefile @@ -4,12 +4,12 @@ # $FreeBSD$ PORTNAME= DateTime-Event-Zodiac -PORTVERSION= 1.01 +PORTVERSION= 1.02 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= m.tsatsenko@gmail.com +MAINTAINER= perl@FreeBSD.org COMMENT= Return zodiac for a given date RUN_DEPENDS= p5-DateTime>=0:${PORTSDIR}/devel/p5-DateTime \ @@ -19,7 +19,7 @@ BUILD_DEPENDS:= ${RUN_DEPENDS} TEST_DEPENDS= p5-Test-Pod>=0:${PORTSDIR}/devel/p5-Test-Pod \ p5-Test-Pod-Coverage>=0:${PORTSDIR}/devel/p5-Test-Pod-Coverage -PERL_CONFIGURE= yes +PERL_CONFIGURE= yes MAN3= DateTime::Event::Zodiac.3 |