diff options
author | az <az@FreeBSD.org> | 2013-09-03 21:06:13 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2013-09-03 21:06:13 +0800 |
commit | fab6f03b31c14abda71e26bc77faec3b27d71ce7 (patch) | |
tree | c9e3d9680f9006b0e8740933251361b2e6e5c3e4 /www/p5-HTML-Adsense | |
parent | 8d1cee11c2f1b6156ce31a01ad266e9416ed4f9c (diff) | |
download | freebsd-ports-gnome-fab6f03b31c14abda71e26bc77faec3b27d71ce7.tar.gz freebsd-ports-gnome-fab6f03b31c14abda71e26bc77faec3b27d71ce7.tar.zst freebsd-ports-gnome-fab6f03b31c14abda71e26bc77faec3b27d71ce7.zip |
- convert to the new perl5 framework
Approved by: portmgr (bapt@, blanket)
Diffstat (limited to 'www/p5-HTML-Adsense')
-rw-r--r-- | www/p5-HTML-Adsense/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/p5-HTML-Adsense/Makefile b/www/p5-HTML-Adsense/Makefile index cbf120c0db0b..7d4ea84036ce 100644 --- a/www/p5-HTML-Adsense/Makefile +++ b/www/p5-HTML-Adsense/Makefile @@ -17,7 +17,8 @@ COMMENT= Create adsense widgets easily RUN_DEPENDS= p5-Class-Accessor>=0:${PORTSDIR}/devel/p5-Class-Accessor -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= HTML::Adsense.3 |