1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-28 01:06:17 +00:00
freebsd-ports/textproc/p5-XML-SimpleObject-LibXML/Makefile
Frederic Culot 5dd3725371 - Remove SITE_PERL from *_DEPENDS
Submitted by:	az@
2012-06-05 12:22:33 +00:00

25 lines
605 B
Makefile

# New ports collection makefile for: p5-XML-SimpleObject-LibXML
# Date created: 02 September 2003
# Whom: Foxfair Hu <foxfair@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= XML-SimpleObject-LibXML
PORTVERSION= 0.60
CATEGORIES= textproc perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= A simple(r) object representation of an XML::LibXML DOM object
BUILD_DEPENDS= p5-XML-LibXML>=0:${PORTSDIR}/textproc/p5-XML-LibXML \
p5-XML-SimpleObject>=0:${PORTSDIR}/textproc/p5-XML-SimpleObject
PERL_CONFIGURE= YES
MAN3= XML::SimpleObject::LibXML.3
.include <bsd.port.mk>