freebsd-ports/www/pear-Services_Yadis/Makefile
Martin Wilke 9e4d5d5178 Implementation of the Yadis Specification 1.0 protocol allowing a client to
discover a list of Services a Yadis Identity Provider offers.

WWW: http://pear.php.net/package/Services_Yadis/

PR:		ports/119858
Submitted by:	Ditesh Shashikant Gathani <ditesh at gathani.org>
2008-01-23 14:21:56 +00:00

31 lines
812 B
Makefile

# Ports collection makefile for: pear-Services_Yadis
# Date created: 21 Jan 2007
# Whom: Ditesh Shashikant Gathani <ditesh@gathani.org>
#
# $FreeBSD$
#
PORTNAME= Services_Yadis
PORTVERSION= 0.2.1
CATEGORIES= www pear
MAINTAINER= ditesh@gathani.org
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
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= test.php
post-extract:
${MKDIR} ${WRKSRC}/tests
${MV} ${WRKSRC}/test.php ${WRKSRC}/tests
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
.include <bsd.port.post.mk>