1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-28 05:29:48 +00:00

- Trim header

- Convert to PEAR_AUTOINSTALL
This commit is contained in:
Martin Wilke 2013-03-15 02:55:24 +00:00
parent c3be0c87d7
commit 8f8d33e913
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=314245

View File

@ -1,9 +1,5 @@
# Ports collection makefile for: pear-Services_Yadis
# Date created: 21 Jan 2007
# Whom: Ditesh Shashikant Gathani <ditesh@gathani.org>
#
# Created by: Ditesh Shashikant Gathani <ditesh@gathani.org>
# $FreeBSD$
#
PORTNAME= Services_Yadis
PORTVERSION= 0.5.1
@ -15,14 +11,7 @@ COMMENT= Implementation of the Yadis Specification 1.0 protocol for PHP5
BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
RUN_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
PEAR_CATSRC= yes
USE_PHP= simplexml dom
CATEGORY= Services
FILES= Yadis.php Yadis/Xri.php Yadis/Xrds.php Yadis/Service.php \
Yadis/Exception.php Yadis/Xrds/Namespace.php \
Yadis/Xrds/Service.php
TESTS= AllTests.php TestConfiguration.php.dist TestHelper.php
PEAR_AUTOINSTALL= yes
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"