diff options
author | az <az@FreeBSD.org> | 2013-09-08 13:43:26 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2013-09-08 13:43:26 +0800 |
commit | 1b4e589610a8f293d9c5775f03b896110b85f770 (patch) | |
tree | 472e603c686a7f19d723ffc6aeab72c89373d6f6 /devel/p5-File-Util | |
parent | bf50f94feb253da5f36371c5f6783ef995580bc2 (diff) | |
download | freebsd-ports-gnome-1b4e589610a8f293d9c5775f03b896110b85f770.tar.gz freebsd-ports-gnome-1b4e589610a8f293d9c5775f03b896110b85f770.tar.zst freebsd-ports-gnome-1b4e589610a8f293d9c5775f03b896110b85f770.zip |
- convert to the new perl5 framework
- trim Makefile header
Approved by: portmgr (bapt@, blanket)
Diffstat (limited to 'devel/p5-File-Util')
-rw-r--r-- | devel/p5-File-Util/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/devel/p5-File-Util/Makefile b/devel/p5-File-Util/Makefile index 5138f5bed28e..47e742513bfd 100644 --- a/devel/p5-File-Util/Makefile +++ b/devel/p5-File-Util/Makefile @@ -1,9 +1,5 @@ -# New ports collection Makefile for: p5-File-Util -# Date created: 25th April 2007 -# Whom: jeffhung -# +# Created by: jeffhung # $FreeBSD$ -# PORTNAME= File-Util PORTVERSION= 3.27 @@ -19,7 +15,8 @@ RUN_DEPENDS= p5-Class-OOorNO>=0.01:${PORTSDIR}/devel/p5-Class-OOorNO \ p5-Exception-Handler>=1:${PORTSDIR}/devel/p5-Exception-Handler BUILD_DEPENDS:= ${RUN_DEPENDS} -PERL_CONFIGURE= YES +USES= perl5 +USE_PERL5= configure MAN3= File::Util.3 |