diff options
author | az <az@FreeBSD.org> | 2013-09-04 15:19:56 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2013-09-04 15:19:56 +0800 |
commit | 646bad58e96cc26104d37207f0768ed673be20c7 (patch) | |
tree | 431a616cd686d475c868c1f2804352af6faf26ee /mail/p5-WWW-Hotmail/Makefile | |
parent | 574731cb03089674b9a0c50ba2a788700b481c67 (diff) | |
download | freebsd-ports-gnome-646bad58e96cc26104d37207f0768ed673be20c7.tar.gz freebsd-ports-gnome-646bad58e96cc26104d37207f0768ed673be20c7.tar.zst freebsd-ports-gnome-646bad58e96cc26104d37207f0768ed673be20c7.zip |
- convert to the new perl5 framework
Approved by: portmgr (bapt@, blanket)
Diffstat (limited to 'mail/p5-WWW-Hotmail/Makefile')
-rw-r--r-- | mail/p5-WWW-Hotmail/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/p5-WWW-Hotmail/Makefile b/mail/p5-WWW-Hotmail/Makefile index 38b0e7e0f070..92e0a632b122 100644 --- a/mail/p5-WWW-Hotmail/Makefile +++ b/mail/p5-WWW-Hotmail/Makefile @@ -18,7 +18,8 @@ BUILD_DEPENDS= p5-WWW-Mechanize>=0:${PORTSDIR}/www/p5-WWW-Mechanize \ p5-Mail-Audit>=0:${PORTSDIR}/mail/p5-Mail-Audit RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= WWW::Hotmail.3 |