Index: head/net-im/twirssi/Makefile =================================================================== --- head/net-im/twirssi/Makefile (revision 332310) +++ head/net-im/twirssi/Makefile (revision 332311) @@ -1,48 +1,50 @@ # $FreeBSD$ PORTNAME= twirssi PORTVERSION= 2.6.0 CATEGORIES= net-im MASTER_SITES= http://twirssi.com/ EXTRACT_SUFX= .pl EXTRACT_ONLY= MAINTAINER= garga@FreeBSD.org COMMENT= Twitter script to irssi +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 .if ${PORT_OPTIONS:MPROD} RUN_DEPENDS+= irssi:${PORTSDIR}/irc/irssi .endif .if ${PORT_OPTIONS:MDEVEL} RUN_DEPENDS+= irssi:${PORTSDIR}/irc/irssi-devel .endif SUB_FILES= pkg-message NO_BUILD= yes PLIST_FILES= %%DATADIR%%/${PORTNAME}.pl PLIST_DIRS= %%DATADIR%% post-extract: @${MKDIR} ${WRKSRC} @${INSTALL_SCRIPT} ${DISTDIR}/${PORTNAME}-${PORTVERSION}.pl \ ${WRKSRC}/${PORTNAME}.pl do-install: @${MKDIR} ${STAGEDIR}${DATADIR} @${INSTALL_SCRIPT} -v ${WRKSRC}/${PORTNAME}.pl ${STAGEDIR}${DATADIR} .include Property changes on: head/net-im/twirssi/Makefile ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/net-im/twirssi/pkg-descr =================================================================== --- head/net-im/twirssi/pkg-descr (revision 332310) +++ head/net-im/twirssi/pkg-descr (revision 332311) @@ -1,9 +1,9 @@ Twirssi allows you to post to Twitter and Identi.ca from your favorite IRC client, as well as: * Read your friend feed, and your replies (from people on and not on your feed). * Receive and send direct messages (DMs) * Use multiple accounts, on either twitter or identi.ca - follow, read and post * See the context when your friends reply to users you aren't following -WWW: http://twirssi.com/ +WWW: http://twirssi.com/ Property changes on: head/net-im/twirssi/pkg-descr ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property