2004-08-02 17:11:29 +02:00
|
|
|
# New ports collection makefile for: Tree::Parser
|
|
|
|
# Date created: 1 August 2004
|
|
|
|
# Whom: Aaron Dalton <aaron@daltons.ca>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= Tree-Parser
|
2008-02-23 18:13:56 +01:00
|
|
|
PORTVERSION= 0.15
|
2004-08-02 17:11:29 +02:00
|
|
|
CATEGORIES= devel perl5
|
2008-04-17 16:30:31 +02:00
|
|
|
MASTER_SITES= CPAN
|
2004-08-02 17:11:29 +02:00
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
2006-05-23 18:43:10 +02:00
|
|
|
MAINTAINER= aaron@FreeBSD.org
|
2004-08-02 17:11:29 +02:00
|
|
|
COMMENT= Module to parse formatted files into tree structures
|
|
|
|
|
|
|
|
BUILD_DEPENDS= ${SITE_PERL}/Array/Iterator.pm:${PORTSDIR}/devel/p5-Array-Iterator \
|
2008-02-23 18:13:56 +01:00
|
|
|
${SITE_PERL}/Tree/Simple.pm:${PORTSDIR}/devel/p5-Tree-Simple \
|
|
|
|
${SITE_PERL}/${PERL_ARCH}/Scalar/Util.pm:${PORTSDIR}/lang/p5-Scalar-List-Utils
|
2004-08-02 17:11:29 +02:00
|
|
|
RUN_DEPENDS= ${BUILD_DEPENDS}
|
|
|
|
|
|
|
|
MAN3= Tree::Parser.3
|
|
|
|
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
|
2007-09-08 03:12:10 +02:00
|
|
|
.include <bsd.port.mk>
|