1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-22 00:35:15 +00:00

- Fix shebangs

- Add NO_ARCH
- Add LICENSE_FILE

Approved by:	portmgr blanket
MFH:		2015Q2
This commit is contained in:
Dmitry Marakasov 2015-05-30 12:35:29 +00:00
parent 4777dacd3d
commit 99fce7678e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=387944

View File

@ -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@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}/devel/p5-POE \
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