diff options
author | az <az@FreeBSD.org> | 2013-09-02 19:04:10 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2013-09-02 19:04:10 +0800 |
commit | 6baf7039c86d473e80dadb8c18e58a99ff11272a (patch) | |
tree | e8954c8e47ecbc1ab6431c2f1b4614a30c21a6be /www/p5-PodToHTML | |
parent | d70fe8f1b5137bc2bf13a610a22c4d588546d483 (diff) | |
download | freebsd-ports-gnome-6baf7039c86d473e80dadb8c18e58a99ff11272a.tar.gz freebsd-ports-gnome-6baf7039c86d473e80dadb8c18e58a99ff11272a.tar.zst freebsd-ports-gnome-6baf7039c86d473e80dadb8c18e58a99ff11272a.zip |
- convert to the new perl5 framework
Approved by: portmgr (bapt@, blanket)
Diffstat (limited to 'www/p5-PodToHTML')
-rw-r--r-- | www/p5-PodToHTML/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/p5-PodToHTML/Makefile b/www/p5-PodToHTML/Makefile index afb53b0f9a25..e921e00fb55b 100644 --- a/www/p5-PodToHTML/Makefile +++ b/www/p5-PodToHTML/Makefile @@ -21,7 +21,8 @@ BUILD_DEPENDS= p5-URI>=0:${PORTSDIR}/net/p5-URI \ p5-HTML-Format>=0:${PORTSDIR}/textproc/p5-HTML-Format RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN1= podtohtml.1 MAN3= Pod::HTML_Elements.3 \ |