1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00
freebsd-ports/textproc/p5-XML-NodeFilter/Makefile
Frederic Culot 1bb66fc521 - Remove SITE_PERL from *_DEPENDS
Submitted by:	az@
2012-06-04 13:18:35 +00:00

25 lines
546 B
Makefile

# New ports collection makefile for: p5-XML-NodeFilter
# Date created: 11 Sep 2003
# Whom: Oliver Eikemeier <eikemeier@fillmore-labs.com>
#
# $FreeBSD$
#
PORTNAME= XML-NodeFilter
PORTVERSION= 0.01
CATEGORIES= textproc perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= A XML::NodeFilter is an object that know how to "filter out" nodes
BUILD_DEPENDS= p5-XML-LibXML>=0:${PORTSDIR}/textproc/p5-XML-LibXML
RUN_DEPENDS:= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
MAN3= XML::NodeFilter.3
.include <bsd.port.mk>