17 lines
339 B
Makefile
17 lines
339 B
Makefile
# $OpenBSD: Makefile,v 1.11 2014/11/15 23:47:42 sthen Exp $
|
|
|
|
COMMENT= Swiss-army knife for reading and writing XML files
|
|
|
|
DISTNAME= XML_Serializer-0.20.2
|
|
CATEGORIES= textproc
|
|
|
|
MODULES= www/pear
|
|
|
|
# PHP License
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
RUN_DEPENDS= textproc/pear-XML-Util>=1.1.1 \
|
|
textproc/pear-XML-Parser>=1.2.6
|
|
|
|
.include <bsd.port.mk>
|