blob: fd5ad4333da8559113afa08ddf12f1312cf63380 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
PORTNAME= WWW-SourceForge
PORTVERSION= 0.70
PORTREVISION= 3
PORTEPOCH= 1
CATEGORIES= www perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:RBOW
PKGNAMEPREFIX= p5-
MAINTAINER= ychsiao@ychsiao.org
COMMENT= Retrieve information from SourceForge site
WWW= https://metacpan.org/release/WWW-SourceForge
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= p5-WWW-Mechanize>=0:www/p5-WWW-Mechanize \
p5-HTML-TableExtract>=0:www/p5-HTML-TableExtract \
p5-YAML>=0:textproc/p5-YAML
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>
|