diff options
author | az <az@FreeBSD.org> | 2013-08-04 20:30:54 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2013-08-04 20:30:54 +0800 |
commit | e21178d47577200e50a8e105029f7d2bfdf408b1 (patch) | |
tree | c29811b9daa9fe42c36a61104fc9b0b981be3a4a /textproc | |
parent | 9a7a429f3ef97e67b4c7b3ae637ab1f3420f9083 (diff) | |
download | freebsd-ports-gnome-e21178d47577200e50a8e105029f7d2bfdf408b1.tar.gz freebsd-ports-gnome-e21178d47577200e50a8e105029f7d2bfdf408b1.tar.zst freebsd-ports-gnome-e21178d47577200e50a8e105029f7d2bfdf408b1.zip |
- Convert to new perl framework
Approved by: eadler@ (maintainer)
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/p5-Time-Human/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/p5-Time-Human/Makefile b/textproc/p5-Time-Human/Makefile index 3a5b3edc54a5..7ffaaac87de0 100644 --- a/textproc/p5-Time-Human/Makefile +++ b/textproc/p5-Time-Human/Makefile @@ -10,7 +10,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= eadler@FreeBSD.org COMMENT= Convert localtime() format to "speaking clock" time -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Time::Human.3 |