freebsd-ports/net-im/oysttyer/Makefile
Kurt Jaeger beccd9fee7 net-im/oysttyer: 2.6.3 -> 2.7.0
- Adds /edm and /edmreply commands to use $EDITOR for replying to DMs
- Summary of other DM enhancements already added in point releases:
  o Add the ability to share tweets via direct message with the
    `/qdm` command (Work towards of 2.7 milestone)
  o Expand long DMs suring start-up
  o Nicely truncate long DMs when using /dump
  o Fix a bug where whoami comparison was not lowercased for sent dms
- Add --http1.1 flag to curl to suit versions after 7.47.0
2016-05-26 09:04:47 +00:00

31 lines
693 B
Makefile

# $FreeBSD$
PORTNAME= oysttyer
PORTVERSION= 2.7.0
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>