diff options
author | az <az@FreeBSD.org> | 2013-09-03 00:56:12 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2013-09-03 00:56:12 +0800 |
commit | 3c578b2e794ac26da7874f5727d07f95b6fe7d0a (patch) | |
tree | eaf3f74266e11427c65ad4407882645073f1c78e /www/p5-HTML-PrettyPrinter | |
parent | 2572ef719389540034acc0b9f28390cd93fc30c5 (diff) | |
download | freebsd-ports-gnome-3c578b2e794ac26da7874f5727d07f95b6fe7d0a.tar.gz freebsd-ports-gnome-3c578b2e794ac26da7874f5727d07f95b6fe7d0a.tar.zst freebsd-ports-gnome-3c578b2e794ac26da7874f5727d07f95b6fe7d0a.zip |
- convert to the new perl5 framework
Approved by: portmgr (bapt@, blanket)
Diffstat (limited to 'www/p5-HTML-PrettyPrinter')
-rw-r--r-- | www/p5-HTML-PrettyPrinter/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/p5-HTML-PrettyPrinter/Makefile b/www/p5-HTML-PrettyPrinter/Makefile index 7a6102892325..8c0f127b44ec 100644 --- a/www/p5-HTML-PrettyPrinter/Makefile +++ b/www/p5-HTML-PrettyPrinter/Makefile @@ -17,7 +17,8 @@ COMMENT= Generate nice HTML files from HTML syntax trees BUILD_DEPENDS= p5-HTML-Tree>=0:${PORTSDIR}/www/p5-HTML-Tree RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= HTML::PrettyPrinter.3 |