svn commit: r314245 - head/www/pear-Services_Yadis
Martin Wilke
miwi at FreeBSD.org
Fri Mar 15 02:55:24 UTC 2013
Author: miwi
Date: Fri Mar 15 02:55:24 2013
New Revision: 314245
URL: http://svnweb.freebsd.org/changeset/ports/314245
Log:
- Trim header
- Convert to PEAR_AUTOINSTALL
Modified:
head/www/pear-Services_Yadis/Makefile (contents, props changed)
Modified: head/www/pear-Services_Yadis/Makefile
==============================================================================
--- head/www/pear-Services_Yadis/Makefile Fri Mar 15 02:48:55 2013 (r314244)
+++ head/www/pear-Services_Yadis/Makefile Fri Mar 15 02:55:24 2013 (r314245)
@@ -1,9 +1,5 @@
-# Ports collection makefile for: pear-Services_Yadis
-# Date created: 21 Jan 2007
-# Whom: Ditesh Shashikant Gathani <ditesh at gathani.org>
-#
+# Created by: Ditesh Shashikant Gathani <ditesh at gathani.org>
# $FreeBSD$
-#
PORTNAME= Services_Yadis
PORTVERSION= 0.5.1
@@ -15,14 +11,7 @@ COMMENT= Implementation of the Yadis Spe
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"
More information about the svn-ports-head
mailing list