diff options
author | Kurt Jaeger <pi@FreeBSD.org> | 2016-04-24 10:19:31 +0000 |
---|---|---|
committer | Kurt Jaeger <pi@FreeBSD.org> | 2016-04-24 10:19:31 +0000 |
commit | aa0f1a4c36172aedd89e6b9176bce382f71c955a (patch) | |
tree | fb565cfe2749a8f43c5ee037a2a9ed30d976d112 /net-im/oysttyer | |
parent | a4299694d1d2155bd0963fd25e76544719ad7df6 (diff) | |
download | ports-aa0f1a4c36172aedd89e6b9176bce382f71c955a.tar.gz ports-aa0f1a4c36172aedd89e6b9176bce382f71c955a.zip |
Notes
Diffstat (limited to 'net-im/oysttyer')
-rw-r--r-- | net-im/oysttyer/Makefile | 31 | ||||
-rw-r--r-- | net-im/oysttyer/distinfo | 2 | ||||
-rw-r--r-- | net-im/oysttyer/pkg-descr | 4 |
3 files changed, 37 insertions, 0 deletions
diff --git a/net-im/oysttyer/Makefile b/net-im/oysttyer/Makefile new file mode 100644 index 000000000000..24ac397ec960 --- /dev/null +++ b/net-im/oysttyer/Makefile @@ -0,0 +1,31 @@ +# $FreeBSD$ + +PORTNAME= oysttyer +PORTVERSION= 2.6.1 +CATEGORIES= net-im + +MAINTAINER= pi@FreeBSD.org +COMMENT= Interactive console text-based command-line Twitter client + +LICENSE= FFSL +LICENSE_NAME= Floodgap Free Software License +LICENSE_FILE= ${WRKSRC}/LICENSE +LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept + +RUN_DEPENDS= curl:ftp/curl \ + p5-Term-ReadLine>=1.14:devel/p5-Term-ReadLine \ + p5-TimeDate>=2.30:devel/p5-TimeDate + +USES= perl5 shebangfix +USE_GITHUB= yes +GH_ACCOUNT= oysttyer +SHEBANG_FILES= oysttyer.pl +PLIST_FILES= bin/oysttyer + +NO_ARCH= yes +NO_BUILD= yes + +do-install: + ${INSTALL} ${WRKSRC}/oysttyer.pl ${STAGEDIR}${PREFIX}/bin/oysttyer + +.include <bsd.port.mk> diff --git a/net-im/oysttyer/distinfo b/net-im/oysttyer/distinfo new file mode 100644 index 000000000000..f3a0c3a07a33 --- /dev/null +++ b/net-im/oysttyer/distinfo @@ -0,0 +1,2 @@ +SHA256 (oysttyer-oysttyer-2.6.1_GH0.tar.gz) = 8ef2acf18dcec3352bf1628bd58283fb6e696ff4fb1a355f13fb6d80bc2f6573 +SIZE (oysttyer-oysttyer-2.6.1_GH0.tar.gz) = 103540 diff --git a/net-im/oysttyer/pkg-descr b/net-im/oysttyer/pkg-descr new file mode 100644 index 000000000000..d010fb19d9ba --- /dev/null +++ b/net-im/oysttyer/pkg-descr @@ -0,0 +1,4 @@ +An interactive console text-based command-line Twitter client written in Perl + +WWW: http://oysttyer.github.io/docs/userGuide.html +WWW: https://github.com/oysttyer/oysttyer |