freebsd-ports/www/pear-Services_Yadis/Makefile
2014-05-25 10:13:09 +00:00

18 lines
482 B
Makefile

# Created by: Ditesh Shashikant Gathani <ditesh@gathani.org>
# $FreeBSD$
PORTNAME= Services_Yadis
PORTVERSION= 0.5.2
CATEGORIES= www pear
MAINTAINER= miwi@FreeBSD.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
PEAR_AUTOINSTALL= yes
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
.include <bsd.port.post.mk>