freebsd-ports/textproc/pear-XML_Feed_Parser/Makefile

15 lines
282 B
Makefile
Raw Normal View History

# Created by: Martin Wilke <miwi@FreeBSD.org>
# $FreeBSD$
PORTNAME= XML_Feed_Parser
2012-01-28 11:20:50 +01:00
PORTVERSION= 1.0.5
CATEGORIES= textproc devel pear
MAINTAINER= joneum@FreeBSD.org
COMMENT= Providing a unified API for handling Atom/RSS
USES= pear php
2014-09-27 10:42:03 +02:00
USE_PHP= tidy dom
2014-09-26 11:17:25 +02:00
.include <bsd.port.mk>