diff options
author | az <az@FreeBSD.org> | 2013-08-18 22:25:16 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2013-08-18 22:25:16 +0800 |
commit | d1ba17184cbf1990d10b312acd427dff1c5596df (patch) | |
tree | 83e469779da267ab5114aafd28b4f4cbe26df0f9 /misc | |
parent | eb091bce96aff7552ed2c37846af746591d5ccaa (diff) | |
download | freebsd-ports-gnome-d1ba17184cbf1990d10b312acd427dff1c5596df.tar.gz freebsd-ports-gnome-d1ba17184cbf1990d10b312acd427dff1c5596df.tar.zst freebsd-ports-gnome-d1ba17184cbf1990d10b312acd427dff1c5596df.zip |
- Convert to new perl framework
Diffstat (limited to 'misc')
-rw-r--r-- | misc/p5-Array-FileReader/Makefile | 3 | ||||
-rw-r--r-- | misc/p5-Array-LineReader/Makefile | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/misc/p5-Array-FileReader/Makefile b/misc/p5-Array-FileReader/Makefile index 73e9c43566f9..7043755301d3 100644 --- a/misc/p5-Array-FileReader/Makefile +++ b/misc/p5-Array-FileReader/Makefile @@ -13,7 +13,8 @@ COMMENT= Lazily tie files to arrays for reading BUILD_DEPENDS= p5-IO>=0:${PORTSDIR}/devel/p5-IO RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Array::FileReader.3 diff --git a/misc/p5-Array-LineReader/Makefile b/misc/p5-Array-LineReader/Makefile index 5c0d1f504c8f..2c763738f87d 100644 --- a/misc/p5-Array-LineReader/Makefile +++ b/misc/p5-Array-LineReader/Makefile @@ -13,7 +13,8 @@ COMMENT= Access lines of a file via an array BUILD_DEPENDS= p5-IO>=0:${PORTSDIR}/devel/p5-IO RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Array::LineReader.3 |