Update net-im/oysttyer to version 2.9.1
[dports.git] / net-im / oysttyer / Makefile
1 # $FreeBSD$
2
3 PORTNAME=       oysttyer
4 PORTVERSION=    2.9.1
5 CATEGORIES=     net-im
6
7 MAINTAINER=     pi@FreeBSD.org
8 COMMENT=        Interactive console text-based command-line Twitter client
9
10 LICENSE=        FFSL
11 LICENSE_NAME=   Floodgap Free Software License
12 LICENSE_FILE=   ${WRKSRC}/LICENSE
13 LICENSE_PERMS=  dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
14
15 RUN_DEPENDS=    curl:ftp/curl \
16                 p5-TimeDate>=2.30:devel/p5-TimeDate
17
18 USES=           perl5 shebangfix
19 USE_GITHUB=     yes
20 GH_ACCOUNT=     oysttyer
21 SHEBANG_FILES=  oysttyer.pl
22 PLIST_FILES=    bin/oysttyer
23
24 NO_ARCH=        yes
25 NO_BUILD=       yes
26
27 do-install:
28         ${INSTALL} ${WRKSRC}/oysttyer.pl ${STAGEDIR}${PREFIX}/bin/oysttyer
29
30 .include <bsd.port.mk>