freebsd-ports/www/p5-WWW-WebArchive/Makefile
Andrej Zverev 3427cf1dfe - stage support
Approved by:	portmgr (blanket infrastructure)
2014-01-05 13:23:32 +00:00

20 lines
499 B
Makefile

# Created by: Gea-Suan Lin <gslin@gslin.org>
# $FreeBSD$
PORTNAME= WWW-WebArchive
PORTVERSION= 0.50
CATEGORIES= www perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= gslin@gslin.org
COMMENT= Retrieve old versions of public web pages from various web archives
RUN_DEPENDS= p5-App-Options>=0:${PORTSDIR}/devel/p5-App-Options \
p5-App-Trace>=0:${PORTSDIR}/devel/p5-App-Trace \
p5-WWW-Mechanize>=0:${PORTSDIR}/www/p5-WWW-Mechanize
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>