View | Details | Raw Unified | Return to bug 177360
Collapse All | Expand All

(-)net-im/twirssi/Makefile (-3 / +18 lines)
Lines 10-20 Link Here
10
MAINTAINER=	garga@FreeBSD.org
10
MAINTAINER=	garga@FreeBSD.org
11
COMMENT=	Twitter script to irssi
11
COMMENT=	Twitter script to irssi
12
12
13
RUN_DEPENDS=	irssi:${PORTSDIR}/irc/irssi \
13
RUN_DEPENDS=	p5-Net-Twitter>=0:${PORTSDIR}/net/p5-Net-Twitter \
14
		p5-Net-Twitter>=0:${PORTSDIR}/net/p5-Net-Twitter \
15
		p5-WWW-Shorten>=0:${PORTSDIR}/www/p5-WWW-Shorten \
14
		p5-WWW-Shorten>=0:${PORTSDIR}/www/p5-WWW-Shorten \
16
		p5-WWW-Shorten-Bitly>=0:${PORTSDIR}/www/p5-WWW-Shorten-Bitly
15
		p5-WWW-Shorten-Bitly>=0:${PORTSDIR}/www/p5-WWW-Shorten-Bitly
17
16
17
OPTIONS_SINGLE=	IRSSIVER
18
OPTIONS_SINGLE_IRSSIVER=PROD DEVEL
19
OPTIONS_DEFAULT=PROD
20
PROD_DESC=	Use production irc/irssi port
21
DEVEL_DESC=	Use development irc/irssi-devel port
22
23
.include <bsd.port.pre.mk>
24
25
.if ${PORT_OPTIONS:MPROD}
26
RUN_DEPENDS+=	irssi:${PORTSDIR}/irc/irssi
27
.endif
28
29
.if ${PORT_OPTIONS:MPROD}
30
RUN_DEPENDS+=	irssi:${PORTSDIR}/irc/irssi-devel
31
.endif
32
18
SUB_FILES=	pkg-message
33
SUB_FILES=	pkg-message
19
34
20
NO_BUILD=	yes
35
NO_BUILD=	yes
Lines 31-34 Link Here
31
	@${INSTALL_SCRIPT} -v ${WRKSRC}/${PORTNAME}.pl ${DATADIR}
46
	@${INSTALL_SCRIPT} -v ${WRKSRC}/${PORTNAME}.pl ${DATADIR}
32
	@${CAT} ${PKGMESSAGE}
47
	@${CAT} ${PKGMESSAGE}
33
48
34
.include <bsd.port.mk>
49
.include <bsd.port.post.mk>

Return to bug 177360