freebsd-ports/textproc/pear-XML_Feed_Parser/Makefile
Martin Wilke b233276d78 - Take Maintainership
Approved by:	mat (mentor)
2015-11-26 12:04:00 +00:00

14 lines
276 B
Makefile

# Created by: Martin Wilke <miwi@FreeBSD.org>
# $FreeBSD$
PORTNAME= XML_Feed_Parser
PORTVERSION= 1.0.5
CATEGORIES= textproc devel pear
MAINTAINER= miwi@FreeBSD.org
COMMENT= Providing a unified API for handling Atom/RSS
USES= pear
USE_PHP= tidy dom
.include <bsd.port.mk>