b1536d63d5
- Take over some ports Approved by: portmgr (linimon)
26 lines
664 B
Makefile
26 lines
664 B
Makefile
# Ports collection makefile for: pear-Services_Compete
|
|
# Date created: 21 Jan 2007
|
|
# Whom: 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
|
|
|
|
CATEGORY= Services
|
|
FILES= Compete.php
|
|
|
|
EXAMPLES= test_Services_Compete.php
|
|
_EXAMPLESDIR= examples
|
|
|
|
.include <bsd.port.pre.mk>
|
|
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
|
|
.include <bsd.port.post.mk>
|