mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
- Convert to PEAR_AUTOINSTALL
- Trim header
This commit is contained in:
parent
d5aa316dce
commit
0ba938615b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=316896
1 changed files with 2 additions and 8 deletions
|
@ -1,9 +1,5 @@
|
||||||
# Ports collection makefile for: pear-XML_RSS
|
# Created by: Alex Miller (<asm@asm.kiev.ua>)
|
||||||
# Date created: 04 September 2003
|
|
||||||
# Whom: Alex Miller (<asm@asm.kiev.ua>)
|
|
||||||
#
|
|
||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
#
|
|
||||||
|
|
||||||
PORTNAME= XML_RSS
|
PORTNAME= XML_RSS
|
||||||
PORTVERSION= 1.0.2
|
PORTVERSION= 1.0.2
|
||||||
|
@ -16,9 +12,7 @@ BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
|
||||||
RUN_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear \
|
RUN_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear \
|
||||||
${PEARDIR}/XML/Parser.php:${PORTSDIR}/devel/pear-XML_Parser
|
${PEARDIR}/XML/Parser.php:${PORTSDIR}/devel/pear-XML_Parser
|
||||||
|
|
||||||
FILES= XML/RSS.php
|
PEAR_AUTOINSTALL= yes
|
||||||
TESTS= test.rss XML_RSS_Infrastructure_Test.php \
|
|
||||||
XML_RSS_Parsing_Test.php
|
|
||||||
|
|
||||||
.include <bsd.port.pre.mk>
|
.include <bsd.port.pre.mk>
|
||||||
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
|
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
|
||||||
|
|
Loading…
Add table
Reference in a new issue