diff options
author | miwi <miwi@FreeBSD.org> | 2013-03-15 10:55:24 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2013-03-15 10:55:24 +0800 |
commit | f59b12eaebcc6485f81ecd5e5e5c88bf72abb1f1 (patch) | |
tree | dcbdebeacd85d654da6120a469efc6650d28ec81 /www | |
parent | 0304843d6055ea9ed991c046804a5f695e9f0bd2 (diff) | |
download | freebsd-ports-gnome-f59b12eaebcc6485f81ecd5e5e5c88bf72abb1f1.tar.gz freebsd-ports-gnome-f59b12eaebcc6485f81ecd5e5e5c88bf72abb1f1.tar.zst freebsd-ports-gnome-f59b12eaebcc6485f81ecd5e5e5c88bf72abb1f1.zip |
- Trim header
- Convert to PEAR_AUTOINSTALL
Diffstat (limited to 'www')
-rw-r--r-- | www/pear-Services_Yadis/Makefile | 15 |
1 files changed, 2 insertions, 13 deletions
diff --git a/www/pear-Services_Yadis/Makefile b/www/pear-Services_Yadis/Makefile index 963812c8dc08..5d9f7f59e804 100644 --- a/www/pear-Services_Yadis/Makefile +++ b/www/pear-Services_Yadis/Makefile @@ -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" |