7a1dccccd5
See http://wiki.freebsd.org/Perl for details. - Change maintainership from ports@ to perl@ for ports in this changeset. - Remove MD5 checksum
33 lines
756 B
Makefile
33 lines
756 B
Makefile
# New ports collection makefile for: p5-Makefile-DOM
|
|
# Date created: 2008-04-17
|
|
# Whom: Gea-Suan Lin <gslin@gslin.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= Makefile-DOM
|
|
PORTVERSION= 0.004
|
|
CATEGORIES= textproc perl5
|
|
MASTER_SITES= CPAN
|
|
MASTER_SITE_SUBDIR= CPAN:AGENT
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= gslin@gslin.org
|
|
COMMENT= Simple DOM parser for Makefiles
|
|
|
|
RUN_DEPENDS= p5-Clone>=0.18:${PORTSDIR}/devel/p5-Clone \
|
|
p5-List-MoreUtils>=0.21:${PORTSDIR}/lang/p5-List-MoreUtils \
|
|
p5-Params-Util>=0.22:${PORTSDIR}/devel/p5-Params-Util
|
|
|
|
PERL_CONFIGURE= 5.6.1+
|
|
|
|
MAN3= MDOM::Dumper.3 \
|
|
MDOM::Element.3 \
|
|
MDOM::Node.3 \
|
|
MDOM::Token.3 \
|
|
MDOM::Token::Comment.3 \
|
|
MDOM::Token::Separator.3 \
|
|
MDOM::Token::Whitespace.3 \
|
|
Makefile::DOM.3
|
|
|
|
.include <bsd.port.mk>
|