mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-25 00:51:21 +00:00
b1d084e0c3
used as a command line app for sending and receiving tweets. In both modes it remembers the last thing you read and only shows you newer posts (ie, it reports nothing when you have no updates to read). It'll collect all the new posts as well (up to a configurable limit), to ensure you haven't missed anything important. WWW: http://www.hardakers.net/twitmail/
30 lines
863 B
Makefile
30 lines
863 B
Makefile
# New ports collection makefile for: twitmail
|
|
# Date created: 2010-02-13
|
|
# Whom: Martin Wilke <miwi@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= twitmail
|
|
PORTVERSION= 0.42
|
|
CATEGORIES= net-im perl5
|
|
MASTER_SITES= http://www.hardakers.net/twitmail/releases/
|
|
|
|
MAINTAINER= miwi@FreeBSD.org
|
|
COMMENT= Curses-based mail-like interface to twitter
|
|
|
|
BUILD_DEPENDS= p5-DBD-SQLite>=1.12:${PORTSDIR}/databases/p5-DBD-SQLite \
|
|
p5-DBI>=1.60.4:${PORTSDIR}/databases/p5-DBI \
|
|
p5-Curses>=0:${PORTSDIR}/devel/p5-Curses \
|
|
${SITE_PERL}/Curses/UI.pm:${PORTSDIR}/devel/p5-Curses-UI \
|
|
p5-Term-ReadKey>=2.10:${PORTSDIR}/devel/p5-Term-ReadKey \
|
|
p5-Net-Twitter>=3.04002:${PORTSDIR}/net/p5-Net-Twitter \
|
|
p5-TimeDate>=2.24:${PORTSDIR}/devel/p5-TimeDate \
|
|
p5-Getopt-GUI-Long>=0.91:${PORTSDIR}/devel/p5-Getopt-GUI-Long
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN1= twitmail.1
|
|
|
|
.include <bsd.port.mk>
|