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

25 lines
576 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.13 2004/06/26 07:35:10 xsa Exp $
COMMENT= "trivial perl API for reading/writing XML"
DISTNAME= XML-Simple-2.12
PKGNAME= p5-${DISTNAME}
CATEGORIES= textproc perl5
2002-05-14 08:07:09 -04:00
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=XML/}
HOMEPAGE= http://www.web.co.nz/~grantm/cpan/
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>