20 lines
408 B
Makefile
20 lines
408 B
Makefile
# $OpenBSD: Makefile,v 1.9 2009/11/06 09:01:08 jasper Exp $
|
|
|
|
COMMENT= parser for RDF Site Summary files in PHP
|
|
|
|
DISTNAME= XML_RSS-0.9.2
|
|
PKGNAME= pear-${DISTNAME:S/_/-/}p2
|
|
CATEGORIES= textproc
|
|
|
|
MODULES= www/pear
|
|
|
|
RUN_DEPENDS= :pear-XML-Tree-*:textproc/pear-XML-Tree
|
|
|
|
# PHP License
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
.include <bsd.port.mk>
|