diff options
author | Andrej Zverev <az@FreeBSD.org> | 2013-09-06 09:21:19 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2013-09-06 09:21:19 +0000 |
commit | 69f02904e70bba5028181729a9047df0481896f0 (patch) | |
tree | 31f9decc63133fb11f18e2ffde4c5fa535c2355e /net/p5-Growl-GNTP | |
parent | Add explicit iconv dependency. The port requires variable ICONV_LIB (diff) |
- convert to the new perl5 framework
Approved by: portmgr (bapt@, blanket)
Notes
Notes:
svn path=/head/; revision=326481
Diffstat (limited to 'net/p5-Growl-GNTP')
-rw-r--r-- | net/p5-Growl-GNTP/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/p5-Growl-GNTP/Makefile b/net/p5-Growl-GNTP/Makefile index a12ab48ea707..ab53bcecc514 100644 --- a/net/p5-Growl-GNTP/Makefile +++ b/net/p5-Growl-GNTP/Makefile @@ -16,7 +16,8 @@ BUILD_DEPENDS= p5-Data-UUID>=0:${PORTSDIR}/devel/p5-Data-UUID \ p5-Crypt-CBC>=0:${PORTSDIR}/security/p5-Crypt-CBC RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Growl::GNTP.3 |