1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-30 01:15:52 +00:00

net-im/twirssi: remove option for removed net-im/irssi-devel

While here, set NO_ARCH as this port only installs a single Perl file.

PR:		205635
Submitted by:	rene
Approved by:	garga (mainainer)
This commit is contained in:
Rene Ladan 2016-02-01 10:05:04 +00:00
parent 9d2e434521
commit ef26954f01
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=407692

View File

@ -14,26 +14,12 @@ LICENSE= GPLv2
RUN_DEPENDS= p5-Net-Twitter>=0:${PORTSDIR}/net/p5-Net-Twitter \
p5-WWW-Shorten>=0:${PORTSDIR}/www/p5-WWW-Shorten \
p5-WWW-Shorten-Bitly>=0:${PORTSDIR}/www/p5-WWW-Shorten-Bitly
OPTIONS_SINGLE= IRSSIVER
OPTIONS_SINGLE_IRSSIVER=PROD DEVEL
OPTIONS_DEFAULT=PROD
PROD_DESC= Use production irc/irssi port
DEVEL_DESC= Use development irc/irssi-devel port
.include <bsd.port.pre.mk>
.if ${PORT_OPTIONS:MPROD}
RUN_DEPENDS+= irssi:${PORTSDIR}/irc/irssi
.endif
.if ${PORT_OPTIONS:MDEVEL}
RUN_DEPENDS+= irssi:${PORTSDIR}/irc/irssi-devel
.endif
p5-WWW-Shorten-Bitly>=0:${PORTSDIR}/www/p5-WWW-Shorten-Bitly \
irssi:${PORTSDIR}/irc/irssi
SUB_FILES= pkg-message
NO_ARCH= yes
NO_BUILD= yes
PLIST_FILES= %%DATADIR%%/${PORTNAME}.pl
@ -46,4 +32,4 @@ do-install:
@${MKDIR} ${STAGEDIR}${DATADIR}
${INSTALL_SCRIPT} -v ${WRKSRC}/${PORTNAME}.pl ${STAGEDIR}${DATADIR}
.include <bsd.port.post.mk>
.include <bsd.port.mk>