1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-23 04:23:08 +00:00
freebsd-ports/www/pear-Services_Compete/Makefile
2021-05-23 00:20:48 +08:00

16 lines
403 B
Makefile

# Created by: Ditesh Shashikant Gathani <ditesh@gathani.org>
PORTNAME= Services_Compete
PORTVERSION= 0.1.0
CATEGORIES= www pear
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= PHP interface to Compete SnapShop API
BUILD_DEPENDS= ${PEARDIR}/HTTP/Request.php:www/pear-HTTP_Request@${PHP_FLAVOR}
RUN_DEPENDS= ${PEARDIR}/HTTP/Request.php:www/pear-HTTP_Request@${PHP_FLAVOR}
USES= pear
.include <bsd.port.mk>