svn commit: r324039 - in head: audio/p5-xmms2 mail/maildrop
Guido Falsi
madpilot at FreeBSD.org
Wed Jul 31 12:16:17 UTC 2013
Author: madpilot
Date: Wed Jul 31 12:16:16 2013
New Revision: 324039
URL: http://svnweb.freebsd.org/changeset/ports/324039
Log:
Convert to new perl framework.
Modified:
head/audio/p5-xmms2/Makefile
head/mail/maildrop/Makefile
Modified: head/audio/p5-xmms2/Makefile
==============================================================================
--- head/audio/p5-xmms2/Makefile Wed Jul 31 12:01:01 2013 (r324038)
+++ head/audio/p5-xmms2/Makefile Wed Jul 31 12:16:16 2013 (r324039)
@@ -12,7 +12,7 @@ LIB_DEPENDS+= xmmsclient.6:${PORTSDIR}/a
MASTERDIR= ${.CURDIR}/../xmms2
-USE_PERL5= yes
+USES= perl5
PLIST= ${.CURDIR}/pkg-plist
Modified: head/mail/maildrop/Makefile
==============================================================================
--- head/mail/maildrop/Makefile Wed Jul 31 12:01:01 2013 (r324038)
+++ head/mail/maildrop/Makefile Wed Jul 31 12:16:16 2013 (r324039)
@@ -27,8 +27,7 @@ COMMENT= Mail delivery agent (MDA) with
LICENSE= GPLv3
USE_BZIP2= yes
-USE_PERL5= yes
-USES= iconv shebangfix
+USES= iconv shebangfix perl5
.if defined(.PARSEDIR)
USES+= gmake
.endif
More information about the svn-ports-head
mailing list