freebsd-ports/www/pear-Services_SharedBook/Makefile

17 lines
405 B
Makefile
Raw Normal View History

# Created by: Ditesh Shashikant Gathani <ditesh@gathani.org>
# $FreeBSD$
PORTNAME= Services_SharedBook
2009-04-27 01:15:55 +02:00
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
2014-09-26 11:30:02 +02:00
USES= pear
2014-09-26 11:30:02 +02:00
.include <bsd.port.mk>