23 lines
568 B
Makefile
23 lines
568 B
Makefile
# Ports collection makefile for: pear-XML_Feed_Parser
|
|
# Date created: 2007/05/01
|
|
# Whom: 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
|
|
|
|
BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
|
|
RUN_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
|
|
|
|
USE_PHP= tidy dom
|
|
PEAR_AUTOINSTALL= yes
|
|
|
|
.include <bsd.port.pre.mk>
|
|
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
|
|
.include <bsd.port.post.mk>
|