18 lines
344 B
Makefile
18 lines
344 B
Makefile
# Created by: Alex Miller (<asm@asm.kiev.ua>)
|
|
|
|
PORTNAME= XML_RSS
|
|
PORTVERSION= 1.1.0
|
|
CATEGORIES= devel www pear
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= PEAR RSS parser
|
|
|
|
LICENSE= PHP301
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
RUN_DEPENDS= ${PEARDIR}/XML/Parser.php:devel/pear-XML_Parser@${PHP_FLAVOR}
|
|
|
|
NO_ARCH= yes
|
|
USES= pear
|
|
|
|
.include <bsd.port.mk>
|