df4e1203e4
ok jasper@ (final commit)
22 lines
449 B
Makefile
22 lines
449 B
Makefile
# $OpenBSD: Makefile,v 1.21 2010/12/03 11:46:50 ajacoutot Exp $
|
|
|
|
COMMENT= trivial perl API for reading/writing XML
|
|
|
|
MODULES= cpan
|
|
DISTNAME= XML-Simple-2.18
|
|
REVISION= 0
|
|
CATEGORIES= textproc
|
|
USE_GROFF = Yes
|
|
|
|
RUN_DEPENDS= textproc/p5-XML-Parser>=2 \
|
|
textproc/p5-XML-SAX>=0.16
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
|
|
|
# GPL/Artistic
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
.include <bsd.port.mk>
|