b233276d78
Approved by: mat (mentor)
14 lines
276 B
Makefile
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>
|