2013-09-11 10:15:53 +02:00
|
|
|
# Created by: Martin Wilke <miwi@FreeBSD.org>
|
2010-02-13 23:03:39 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= twitmail
|
|
|
|
PORTVERSION= 0.42
|
2014-11-26 14:08:24 +01:00
|
|
|
PORTREVISION= 1
|
2010-02-13 23:03:39 +01:00
|
|
|
CATEGORIES= net-im perl5
|
|
|
|
MASTER_SITES= http://www.hardakers.net/twitmail/releases/
|
|
|
|
|
2014-11-18 10:37:31 +01:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2012-08-03 17:54:35 +02:00
|
|
|
COMMENT= Curses-based mail-like interface to Twitter
|
2010-02-13 23:03:39 +01:00
|
|
|
|
2015-11-09 13:59:03 +01:00
|
|
|
BROKEN= unfetchable
|
|
|
|
|
2010-02-13 23:03:39 +01:00
|
|
|
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 \
|
2012-06-05 11:50:45 +02:00
|
|
|
p5-Curses-UI>=0:${PORTSDIR}/devel/p5-Curses-UI \
|
2010-02-13 23:03:39 +01:00
|
|
|
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
|
|
|
|
|
2013-09-11 10:15:53 +02:00
|
|
|
USES= perl5
|
|
|
|
USE_PERL5= configure
|
2010-02-13 23:03:39 +01:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|