|
Lines 6-12
Link Here
|
| 6 |
# |
6 |
# |
| 7 |
|
7 |
|
| 8 |
PORTNAME= File-Fetch |
8 |
PORTNAME= File-Fetch |
| 9 |
PORTVERSION= 0.07 |
9 |
PORTVERSION= 0.08 |
| 10 |
CATEGORIES= ftp www perl5 |
10 |
CATEGORIES= ftp www perl5 |
| 11 |
MASTER_SITES= ${MASTER_SITE_PERL_CPAN} |
11 |
MASTER_SITES= ${MASTER_SITE_PERL_CPAN} |
| 12 |
MASTER_SITE_SUBDIR= File |
12 |
MASTER_SITE_SUBDIR= File |
|
Lines 15-22
Link Here
|
| 15 |
MAINTAINER= aaron@FreeBSD.org |
15 |
MAINTAINER= aaron@FreeBSD.org |
| 16 |
COMMENT= A generic file fetching mechanism |
16 |
COMMENT= A generic file fetching mechanism |
| 17 |
|
17 |
|
| 18 |
BUILD_DEPENDS= ${SITE_PERL}/IPC/Cmd.pm:${PORTSDIR}/devel/p5-IPC-Cmd |
18 |
RUN_DEPENDS= ${SITE_PERL}/IPC/Cmd.pm:${PORTSDIR}/devel/p5-IPC-Cmd \ |
| 19 |
RUN_DEPENDS= ${BUILD_DEPENDS} |
19 |
${SITE_PERL}/Locale/Maketext/Simple.pm:${PORTSDIR}/devel/p5-Locale-Maketext-Simple \ |
|
|
20 |
${SITE_PERL}/Module/Load/Conditional.pm:${PORTSDIR}/devel/p5-Module-Load-Conditional |
| 21 |
BUILD_DEPENDS= ${RUN_DEPENDS} |
| 20 |
|
22 |
|
| 21 |
MAN3= File::Fetch.3 |
23 |
MAN3= File::Fetch.3 |
| 22 |
|
24 |
|