freebsd-ports/www/pear-Services_SharedBook/Makefile
Baptiste Daroussin 91a1caa242 Reset miwi's maintainership per his demand
Hope to see you back! Thank for all the work!
2014-11-18 09:37:31 +00:00

16 lines
405 B
Makefile

# Created by: Ditesh Shashikant Gathani <ditesh@gathani.org>
# $FreeBSD$
PORTNAME= Services_SharedBook
PORTVERSION= 0.2.6
CATEGORIES= www pear
MAINTAINER= ports@FreeBSD.org
COMMENT= PHP wrapper for SharedBook Open API
BUILD_DEPENDS= ${PEARDIR}/HTTP/Client.php:${PORTSDIR}/www/pear-HTTP_Client
RUN_DEPENDS= ${PEARDIR}/HTTP/Client.php:${PORTSDIR}/www/pear-HTTP_Client
USES= pear
.include <bsd.port.mk>