diff options
author | az <az@FreeBSD.org> | 2013-09-07 18:57:48 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2013-09-07 18:57:48 +0800 |
commit | 35714794b3c7916fef9f405271408ef07309f8ee (patch) | |
tree | 0c1f7ec811209c8157cfeead068190887280a4e0 /devel/p5-FindBin-libs | |
parent | a9c9694b8dd692007171a7a5957402334ba5199f (diff) | |
download | freebsd-ports-gnome-35714794b3c7916fef9f405271408ef07309f8ee.tar.gz freebsd-ports-gnome-35714794b3c7916fef9f405271408ef07309f8ee.tar.zst freebsd-ports-gnome-35714794b3c7916fef9f405271408ef07309f8ee.zip |
- convert to the new perl5 framework
- trim Makefile header
Approved by: portmgr (bapt@, blanket)
Diffstat (limited to 'devel/p5-FindBin-libs')
-rw-r--r-- | devel/p5-FindBin-libs/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/p5-FindBin-libs/Makefile b/devel/p5-FindBin-libs/Makefile index 9f701958249b..50695d8b8677 100644 --- a/devel/p5-FindBin-libs/Makefile +++ b/devel/p5-FindBin-libs/Makefile @@ -11,7 +11,8 @@ DISTNAME= ${PORTNAME}-${PORTVERSION:C/000$//} MAINTAINER= kuriyama@FreeBSD.org COMMENT= Perl extension to locate and use lib directories -PERL_MODBUILD= yes +USES= perl5 +USE_PERL5= modbuild MAN3= FindBin::libs.3 |