svn commit: r387944 - head/irc/p5-POE-Session-Irssi
Dmitry Marakasov
amdmi3 at FreeBSD.org
Sat May 30 12:35:30 UTC 2015
Author: amdmi3
Date: Sat May 30 12:35:29 2015
New Revision: 387944
URL: https://svnweb.freebsd.org/changeset/ports/387944
Log:
- Fix shebangs
- Add NO_ARCH
- Add LICENSE_FILE
Approved by: portmgr blanket
MFH: 2015Q2
Modified:
head/irc/p5-POE-Session-Irssi/Makefile
Modified: head/irc/p5-POE-Session-Irssi/Makefile
==============================================================================
--- head/irc/p5-POE-Session-Irssi/Makefile Sat May 30 12:34:38 2015 (r387943)
+++ head/irc/p5-POE-Session-Irssi/Makefile Sat May 30 12:35:29 2015 (r387944)
@@ -3,7 +3,7 @@
PORTNAME= POE-Session-Irssi
PORTVERSION= 0.50
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= irc perl5 devel
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:MARTIJN
@@ -13,6 +13,7 @@ MAINTAINER= jase at FreeBSD.org
COMMENT= Emit POE events for Irssi signals
LICENSE= GPLv2
+LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= p5-POE>=1.003:${PORTSDIR}/devel/p5-POE \
p5-Sub-Uplevel>0:${PORTSDIR}/devel/p5-Sub-Uplevel \
@@ -24,8 +25,10 @@ RUN_DEPENDS= p5-POE>=1.003:${PORTSDIR}/d
PLIST_SUB= EXAMPLESDIR="share/examples/${PORTNAME}"
CONFIGURE_ARGS+= INSTALLDIRS=site
-USES= perl5
+USES= perl5 shebangfix
+SHEBANG_FILES= samples/clean-backlog.pl
USE_PERL5= configure
+NO_ARCH= yes
OPTIONS_DEFINE= EXAMPLES
More information about the svn-ports-head
mailing list