diff options
author | az <az@FreeBSD.org> | 2013-09-03 23:07:52 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2013-09-03 23:07:52 +0800 |
commit | 4dfc1411d6dd387446a9b919a3dc039d062a0668 (patch) | |
tree | 325547ea111b582a556c4ed6a234ed27d6e8b857 /www/p5-WWW-Google-PageRank | |
parent | 2d721210ece35f1c009db7ec34a4b2279cfd9b51 (diff) | |
download | freebsd-ports-gnome-4dfc1411d6dd387446a9b919a3dc039d062a0668.tar.gz freebsd-ports-gnome-4dfc1411d6dd387446a9b919a3dc039d062a0668.tar.zst freebsd-ports-gnome-4dfc1411d6dd387446a9b919a3dc039d062a0668.zip |
- convert to the new perl5 framework
Approved by: portmgr (bapt@, blanket)
Diffstat (limited to 'www/p5-WWW-Google-PageRank')
-rw-r--r-- | www/p5-WWW-Google-PageRank/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/p5-WWW-Google-PageRank/Makefile b/www/p5-WWW-Google-PageRank/Makefile index c43b9fdc857b..2d38ac2d03c0 100644 --- a/www/p5-WWW-Google-PageRank/Makefile +++ b/www/p5-WWW-Google-PageRank/Makefile @@ -18,7 +18,8 @@ BUILD_DEPENDS= p5-URI>=0:${PORTSDIR}/net/p5-URI \ p5-libwww>=0:${PORTSDIR}/www/p5-libwww RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= WWW::Google::PageRank.3 |