91a1caa242
Hope to see you back! Thank for all the work!
15 lines
289 B
Makefile
15 lines
289 B
Makefile
# Created by: Alex Miller (<asm@asm.kiev.ua>)
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= XML_RSS
|
|
PORTVERSION= 1.0.2
|
|
CATEGORIES= devel www pear
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= PEAR RSS parser
|
|
|
|
RUN_DEPENDS= ${PEARDIR}/XML/Parser.php:${PORTSDIR}/devel/pear-XML_Parser
|
|
|
|
USES= pear
|
|
|
|
.include <bsd.port.mk>
|