freebsd-ports/www/pear-Services_Compete/Makefile

17 lines
407 B
Makefile
Raw Normal View History

2013-03-17 09:17:59 +01:00
# Created by: Ditesh Shashikant Gathani <ditesh@gathani.org>
# $FreeBSD$
PORTNAME= Services_Compete
PORTVERSION= 0.1.0
CATEGORIES= www pear
MAINTAINER= miwi@FreeBSD.org
COMMENT= PHP interface to Compete SnapShop API
BUILD_DEPENDS= ${PEARDIR}/HTTP/Request.php:${PORTSDIR}/www/pear-HTTP_Request
RUN_DEPENDS= ${PEARDIR}/HTTP/Request.php:${PORTSDIR}/www/pear-HTTP_Request
2014-09-26 11:30:02 +02:00
USES= pear
2014-09-26 11:30:02 +02:00
.include <bsd.port.mk>