Update sysutils/bacula9-docs to version 9.2.2
[dports.git] / www / pear-Services_Compete / Makefile
1 # Created by: Ditesh Shashikant Gathani <ditesh@gathani.org>
2 # $FreeBSD$
3
4 PORTNAME=       Services_Compete
5 PORTVERSION=    0.1.0
6 CATEGORIES=     www pear
7
8 MAINTAINER=     joneum@FreeBSD.org
9 COMMENT=        PHP interface to Compete SnapShop API
10
11 BUILD_DEPENDS=  ${PEARDIR}/HTTP/Request.php:www/pear-HTTP_Request@${PHP_FLAVOR}
12 RUN_DEPENDS=    ${PEARDIR}/HTTP/Request.php:www/pear-HTTP_Request@${PHP_FLAVOR}
13
14 USES=           pear
15
16 .include <bsd.port.mk>