18 lines
341 B
Makefile
18 lines
341 B
Makefile
# $OpenBSD: Makefile,v 1.11 2011/09/16 11:41:41 espie Exp $
|
|
|
|
COMMENT= XML parsing class based on PHP's bundled expat
|
|
|
|
DISTNAME= XML_Parser-1.2.6
|
|
REVISION = 2
|
|
CATEGORIES= textproc
|
|
|
|
MODULES= www/pear
|
|
|
|
# PHP License
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
.include <bsd.port.mk>
|