openbsd-ports/textproc/p5-XML-Simple/Makefile

25 lines
572 B
Makefile
Raw Normal View History

2006-07-20 00:43:27 -04:00
# $OpenBSD: Makefile,v 1.15 2006/07/20 04:43:28 steven Exp $
COMMENT= "trivial perl API for reading/writing XML"
2005-02-04 00:52:35 -05:00
DISTNAME= XML-Simple-2.14
2006-07-20 00:43:27 -04:00
PKGNAME= p5-${DISTNAME}p0
CATEGORIES= textproc perl5
2002-05-14 08:07:09 -04:00
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=XML/}
2006-07-20 00:43:27 -04:00
HOMEPAGE= http://www.mclean.net.nz/
RUN_DEPENDS= :p5-XML-Parser->=2:textproc/p5-XML-Parser \
2003-07-04 02:06:54 -04:00
:p5-XML-SAX->=0.12:textproc/p5-XML-SAX
BUILD_DEPENDS= ${RUN_DEPENDS}
2003-11-15 10:12:53 -05:00
# GPL/Artistic
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
CONFIGURE_STYLE= perl
.include <bsd.port.mk>