1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-07 02:06:57 +00:00
freebsd-ports/www/p5-WWW-Scripter/Makefile
Emanuel Haupt f514818124 Update to 0.028
Feature safe:	yes
2012-04-08 20:59:40 +00:00

29 lines
729 B
Makefile

# New ports collection makefile for: p5-WWW-Scripter
# Date created: 26 Jan 2010
# Whom: Emanuel Haupt <ehaupt@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= WWW-Scripter
PORTVERSION= 0.028
CATEGORIES= www perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= ehaupt@FreeBSD.org
COMMENT= Module for scripting web sites that have scripts
RUN_DEPENDS= p5-libwww>=5.829:${PORTSDIR}/www/p5-libwww \
p5-WWW-Mechanize>=0:${PORTSDIR}/www/p5-WWW-Mechanize \
p5-HTML-DOM>=0:${PORTSDIR}/www/p5-HTML-DOM \
p5-CSS-DOM>=0:${PORTSDIR}/www/p5-CSS-DOM
BUILD_DEPENDS= ${RUN_DEPENDS}
PERL_CONFIGURE= yes
MAN3= WWW::Scripter::Location.3 WWW::Scripter.3 \
WWW::Scripter::History.3 WWW::Scripter::WindowGroup.3
.include <bsd.port.mk>