2003-09-08 04:39:57 +02:00
|
|
|
# Ports collection makefile for: pear-XML_RSS
|
|
|
|
# Date created: 04 September 2003
|
|
|
|
# Whom: Alex Miller (<asm@asm.kiev.ua>)
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= XML_RSS
|
2007-06-16 13:46:57 +02:00
|
|
|
PORTVERSION= 0.9.10
|
2003-11-13 00:46:19 +01:00
|
|
|
CATEGORIES= devel www pear
|
2003-09-08 04:39:57 +02:00
|
|
|
|
2007-04-27 22:45:30 +02:00
|
|
|
MAINTAINER= miwi@FreeBSD.org
|
2003-09-08 04:39:57 +02:00
|
|
|
COMMENT= PEAR RSS parser
|
|
|
|
|
2005-12-09 20:24:52 +01:00
|
|
|
BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
|
2003-09-08 04:39:57 +02:00
|
|
|
RUN_DEPENDS= ${BUILD_DEPENDS} \
|
2007-05-27 12:00:21 +02:00
|
|
|
${PEARDIR}/XML/Parser.php:${PORTSDIR}/devel/pear-XML_Parser
|
2003-09-08 04:39:57 +02:00
|
|
|
|
2003-12-28 08:55:47 +01:00
|
|
|
CATEGORY= XML
|
|
|
|
FILES= RSS.php
|
2007-04-27 22:45:30 +02:00
|
|
|
TESTS= test.rss XML_RSS_Infrastructure_Test.php \
|
|
|
|
XML_RSS_Parsing_Test.php
|
2003-09-08 04:39:57 +02:00
|
|
|
|
2003-12-28 08:55:47 +01:00
|
|
|
.include <bsd.port.pre.mk>
|
2005-12-09 20:24:52 +01:00
|
|
|
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
|
2003-09-08 04:39:57 +02:00
|
|
|
.include <bsd.port.post.mk>
|