f4e1f3b974
PR: 214156 Submitted by: Jochen Neumeister <joneum@bsdproject.de>
14 lines
280 B
Makefile
14 lines
280 B
Makefile
# Created by: Martin Wilke <miwi@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= XML_Feed_Parser
|
|
PORTVERSION= 1.0.5
|
|
CATEGORIES= textproc devel pear
|
|
|
|
MAINTAINER= joneum@bsdproject.de
|
|
COMMENT= Providing a unified API for handling Atom/RSS
|
|
|
|
USES= pear
|
|
USE_PHP= tidy dom
|
|
|
|
.include <bsd.port.mk>
|