150a9b69f4
Changes: http://search.cpan.org/dist/Makefile-DOM/Changes PR: ports/160371 Submitted by: sunpoet (myself) Approved by: Gea-Suan Lin <gslin@gslin.org> (maintainer)
33 lines
753 B
Makefile
33 lines
753 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.006
|
|
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= yes
|
|
|
|
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>
|