Lines 5-27
Link Here
|
5 |
PORTVERSION= 0.42 |
5 |
PORTVERSION= 0.42 |
6 |
PORTREVISION= 1 |
6 |
PORTREVISION= 1 |
7 |
CATEGORIES= net-im perl5 |
7 |
CATEGORIES= net-im perl5 |
8 |
MASTER_SITES= http://www.hardakers.net/twitmail/releases/ |
8 |
MASTER_SITES= http://www.hardakers.net/code/twitmail/releases/ |
9 |
|
9 |
|
10 |
MAINTAINER= ports@FreeBSD.org |
10 |
MAINTAINER= ports@FreeBSD.org |
11 |
COMMENT= Curses-based mail-like interface to Twitter |
11 |
COMMENT= Curses-based mail-like interface to Twitter |
12 |
|
12 |
|
13 |
BROKEN= unfetchable |
|
|
14 |
|
15 |
BUILD_DEPENDS= p5-DBD-SQLite>=1.12:databases/p5-DBD-SQLite \ |
13 |
BUILD_DEPENDS= p5-DBD-SQLite>=1.12:databases/p5-DBD-SQLite \ |
16 |
p5-DBI>=1.60.4:databases/p5-DBI \ |
14 |
p5-DBI>=1.60.4:databases/p5-DBI \ |
17 |
p5-Curses>=0:devel/p5-Curses \ |
15 |
p5-Curses>0:devel/p5-Curses \ |
18 |
p5-Curses-UI>=0:devel/p5-Curses-UI \ |
16 |
p5-Curses-UI>0:devel/p5-Curses-UI \ |
|
|
17 |
p5-Getopt-GUI-Long>=0.91:devel/p5-Getopt-GUI-Long \ |
19 |
p5-Term-ReadKey>=2.10:devel/p5-Term-ReadKey \ |
18 |
p5-Term-ReadKey>=2.10:devel/p5-Term-ReadKey \ |
20 |
p5-Net-Twitter>=3.04002:net/p5-Net-Twitter \ |
|
|
21 |
p5-TimeDate>=2.24:devel/p5-TimeDate \ |
19 |
p5-TimeDate>=2.24:devel/p5-TimeDate \ |
22 |
p5-Getopt-GUI-Long>=0.91:devel/p5-Getopt-GUI-Long |
20 |
p5-Net-Twitter>=3.04002:net/p5-Net-Twitter |
|
|
21 |
|
22 |
NO_ARCH= yes |
23 |
|
23 |
|
24 |
USES= perl5 |
24 |
USES= perl5 |
25 |
USE_PERL5= configure |
25 |
USE_PERL5= configure |
26 |
|
26 |
|
|
|
27 |
PLIST_FILES= bin/twitmail %%PERL5_MAN1%%/twitmail.1.gz |
28 |
|
27 |
.include <bsd.port.mk> |
29 |
.include <bsd.port.mk> |