diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-12 15:06:29 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-12 15:06:29 +0000 |
commit | 56056229cddd0e95b402908358d053972ed1648a (patch) | |
tree | 0340677af3881c54fe20340724fd943ec1cfafc0 /net-im | |
parent | 4ef9f1b3e7f7b15c81d2c046065b631a4920232e (diff) | |
download | ports-56056229cddd0e95b402908358d053972ed1648a.tar.gz ports-56056229cddd0e95b402908358d053972ed1648a.zip |
Notes
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/twitmail/Makefile | 6 | ||||
-rw-r--r-- | net-im/twitmail/pkg-descr | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/net-im/twitmail/Makefile b/net-im/twitmail/Makefile index 259df751d611..413cee59cc02 100644 --- a/net-im/twitmail/Makefile +++ b/net-im/twitmail/Makefile @@ -5,13 +5,11 @@ PORTNAME= twitmail PORTVERSION= 0.42 PORTREVISION= 1 CATEGORIES= net-im perl5 -MASTER_SITES= http://www.hardakers.net/twitmail/releases/ +MASTER_SITES= http://www.hardakers.net/code/twitmail/releases/ MAINTAINER= ports@FreeBSD.org COMMENT= Curses-based mail-like interface to Twitter -BROKEN= unfetchable - BUILD_DEPENDS= p5-DBD-SQLite>=1.12:databases/p5-DBD-SQLite \ p5-DBI>=1.60.4:databases/p5-DBI \ p5-Curses>=0:devel/p5-Curses \ @@ -21,6 +19,8 @@ BUILD_DEPENDS= p5-DBD-SQLite>=1.12:databases/p5-DBD-SQLite \ p5-TimeDate>=2.24:devel/p5-TimeDate \ p5-Getopt-GUI-Long>=0.91:devel/p5-Getopt-GUI-Long +NO_ARCH= yes + USES= perl5 USE_PERL5= configure diff --git a/net-im/twitmail/pkg-descr b/net-im/twitmail/pkg-descr index 2cd1abf8afb9..5a6bd018f16a 100644 --- a/net-im/twitmail/pkg-descr +++ b/net-im/twitmail/pkg-descr @@ -5,4 +5,4 @@ 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/ +WWW: http://www.hardakers.net/code/twitmail/ |