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
|
2008-04-17 16:30:31 +02:00
|
|
|
MASTER_SITES= CPAN
|
2001-05-11 18:17:16 +02:00
|
|
|
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
|
|
|
|
2012-06-04 18:42:28 +02:00
|
|
|
RUN_DEPENDS= p5-XML-Parser>=0:${PORTSDIR}/textproc/p5-XML-Parser
|
2001-05-11 18:17:16 +02:00
|
|
|
|
|
|
|
PERL_CONFIGURE= YES
|
|
|
|
|
|
|
|
MAN3= XML::Node.3
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|