1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-20 04:02:27 +00:00
freebsd-ports/textproc/p5-XML-SimpleObject-LibXML/Makefile
Foxfair Hu 95935b9219 Submitted by: bento and kris@
Add p5-XML-SimpleObject into BUILD_DEPENDS, and also bump PORTREVISION.
2003-10-31 04:11:02 +00:00

27 lines
706 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.59
PORTREVISION= 1
CATEGORIES= textproc perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= XML
PKGNAMEPREFIX= p5-
MAINTAINER= ports@FreeBSD.org
COMMENT= A simple(r) object representation of an XML::LibXML DOM object
BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/XML/LibXML.pm:${PORTSDIR}/textproc/p5-XML-LibXML \
${SITE_PERL}/XML/SimpleObject/LibXML.pm:${PORTSDIR}/textproc/p5-XML-SimpleObject
PERL_CONFIGURE= YES
MAN3= XML::SimpleObject::LibXML.3
.include <bsd.port.mk>