blob: 4b8fc4fb9ba89207cbdfc26997cd605e70520529 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
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>
|