mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-13 03:03:15 +00:00
e0d014cd2b
PR: ports/182581 Approved by: maintainer timeout (>2 weeks)
24 lines
569 B
Makefile
24 lines
569 B
Makefile
# Created by: Yuan-Chung Hsiao <ychsiao@ychsiao.idv.tw>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= WWW-SourceForge
|
|
PORTVERSION= 0.70
|
|
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
|
|
|
|
BUILD_DEPENDS= p5-WWW-Mechanize>=0:${PORTSDIR}/www/p5-WWW-Mechanize \
|
|
p5-HTML-TableExtract>=0:${PORTSDIR}/www/p5-HTML-TableExtract \
|
|
p5-YAML>=0:${PORTSDIR}/textproc/p5-YAML
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
.include <bsd.port.mk>
|