2001-05-11 18:17:16 +02:00
|
|
|
# New ports collection makefile for: p5-XML-Node
|
|
|
|
# Date created: 13 March 2001
|
|
|
|
# Whom: Johann Visagie <johann@egenetics.com>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= XML-Node
|
2003-12-08 02:03:06 +01:00
|
|
|
PORTVERSION= 0.11
|
2001-05-11 18:17:16 +02:00
|
|
|
CATEGORIES= textproc perl5
|
|
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
|
|
|
MASTER_SITE_SUBDIR= XML
|
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
2004-11-20 09:09:49 +01:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-03-07 07:14:21 +01:00
|
|
|
COMMENT= Perl5 module to extend and simplify XML::Parser
|
2001-05-11 18:17:16 +02:00
|
|
|
|
2003-10-24 14:05:09 +02:00
|
|
|
RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/XML/Parser.pm:${PORTSDIR}/textproc/p5-XML-Parser
|
2001-05-11 18:17:16 +02:00
|
|
|
|
|
|
|
PERL_CONFIGURE= YES
|
|
|
|
|
|
|
|
MAN3= XML::Node.3
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|