6e654b6db1
WWW: http://search.cpan.org/dist/HTML-Element-Replacer/ Feature safe: yes
26 lines
622 B
Makefile
26 lines
622 B
Makefile
# New ports collection makefile for: p5-HTML-Element-Replacer
|
|
# Date created: 2012-04-02
|
|
# Whom: Steve Wills <swills@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= HTML-Element-Replacer
|
|
PORTVERSION= 0.06
|
|
CATEGORIES= www perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= A Perl HTML::Element replacer
|
|
|
|
BUILD_DEPENDS= p5-HTML-Element-Library>=4.2:${PORTSDIR}/www/p5-HTML-Element-Library \
|
|
p5-HTML-Tree>=3.23:${PORTSDIR}/www/p5-HTML-Tree \
|
|
p5-Moose>=0.72:${PORTSDIR}/devel/p5-Moose
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= HTML::Element::Replacer.3
|
|
|
|
.include <bsd.port.mk>
|