diff options
author | Andrej Zverev <az@FreeBSD.org> | 2013-07-31 06:54:09 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2013-07-31 06:54:09 +0000 |
commit | 0c32f397115d6a7e639ed1f8b4228848bd5cc96c (patch) | |
tree | ce66d6984b8e2580d19a3e478f618b13623e3080 /math/p5-Date-Handler | |
parent | c37aa810ab6b2dec5c29293ea60ad8f84d8effda (diff) | |
download | ports-0c32f397115d6a7e639ed1f8b4228848bd5cc96c.tar.gz ports-0c32f397115d6a7e639ed1f8b4228848bd5cc96c.zip |
Notes
Diffstat (limited to 'math/p5-Date-Handler')
-rw-r--r-- | math/p5-Date-Handler/Makefile | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/math/p5-Date-Handler/Makefile b/math/p5-Date-Handler/Makefile index 9dac9bc8bb91..cf80ed4b2679 100644 --- a/math/p5-Date-Handler/Makefile +++ b/math/p5-Date-Handler/Makefile @@ -1,11 +1,5 @@ -# New ports collection makefile for: p5-Date-Handler -# Date Created: 25 Aug 2001 -# Whom: Shell Hung <shell@shellhung.org> -# +# Created by: Shell Hung <shell@shellhung.org> # $FreeBSD$ -# -# Considering this module for calculating date, so -# I putted it into 'math' and not 'devel' or other PORTNAME= Date-Handler PORTVERSION= 1.2 @@ -16,7 +10,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Perl module for calculating time differences -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure patch MAN3= Date::Handler.3 Date::Handler::Delta.3 \ Date::Handler::Range.3 Date::Handler::Test.3 |