freebsd-ports/devel/pear-XML_RSS/Makefile
Martin Wilke 400fe15d89 - Fix dependency
PR:		112512
Submitted by:	kazami <kazami@angels.vg>
2007-05-27 10:00:21 +00:00

27 lines
646 B
Makefile

# Ports collection makefile for: pear-XML_RSS
# Date created: 04 September 2003
# Whom: Alex Miller (<asm@asm.kiev.ua>)
#
# $FreeBSD$
#
PORTNAME= XML_RSS
PORTVERSION= 0.9.9
PORTREVISION= 1
CATEGORIES= devel www pear
MAINTAINER= miwi@FreeBSD.org
COMMENT= PEAR RSS parser
BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
RUN_DEPENDS= ${BUILD_DEPENDS} \
${PEARDIR}/XML/Parser.php:${PORTSDIR}/devel/pear-XML_Parser
CATEGORY= XML
FILES= RSS.php
TESTS= test.rss XML_RSS_Infrastructure_Test.php \
XML_RSS_Parsing_Test.php
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
.include <bsd.port.post.mk>