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
|
|
|
|
PORTVERSION= 0.9.2
|
2003-12-28 08:55:47 +01:00
|
|
|
PORTREVISION= 1
|
2003-11-13 00:46:19 +01:00
|
|
|
CATEGORIES= devel www pear
|
2003-09-08 04:39:57 +02:00
|
|
|
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
|
|
COMMENT= PEAR RSS parser
|
|
|
|
|
|
|
|
BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear-PEAR
|
|
|
|
RUN_DEPENDS= ${BUILD_DEPENDS} \
|
|
|
|
${PEARDIR}/XML/Tree.php:${PORTSDIR}/devel/pear-XML_Tree
|
|
|
|
|
2003-12-28 08:55:47 +01:00
|
|
|
CATEGORY= XML
|
|
|
|
FILES= RSS.php
|
|
|
|
TESTS= test.rss 01-parse.phpt
|
2003-09-08 04:39:57 +02:00
|
|
|
|
2003-12-28 08:55:47 +01:00
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
.include "${PORTSDIR}/devel/pear-PEAR/Makefile.common"
|
2003-09-08 04:39:57 +02:00
|
|
|
.include <bsd.port.post.mk>
|