diff options
author | Andrej Zverev <az@FreeBSD.org> | 2013-09-16 09:22:21 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2013-09-16 09:22:21 +0000 |
commit | 7f5de2d6fc91940c0a73236469796e187b7ef9de (patch) | |
tree | 96e145ae5b81f18b4b74a82d09f971e3531cbc52 /devel/p5-DateTime-TimeZone | |
parent | 48c18ad890ea7f2063c65648325e746140acb1dc (diff) |
Notes
Diffstat (limited to 'devel/p5-DateTime-TimeZone')
-rw-r--r-- | devel/p5-DateTime-TimeZone/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/p5-DateTime-TimeZone/Makefile b/devel/p5-DateTime-TimeZone/Makefile index 243ae179c874..3c9542525f43 100644 --- a/devel/p5-DateTime-TimeZone/Makefile +++ b/devel/p5-DateTime-TimeZone/Makefile @@ -19,7 +19,8 @@ RUN_DEPENDS= p5-Class-Load>0:${PORTSDIR}/devel/p5-Class-Load \ BUILD_DEPENDS:= ${RUN_DEPENDS} TEST_DEPENDS= p5-Test-Output>0:${PORTSDIR}/devel/p5-Test-Output -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= DateTime::TimeZone.3 DateTime::TimeZone::Floating.3 \ DateTime::TimeZone::Local.3 DateTime::TimeZone::Local::Unix.3 \ |