freebsd-ports/www/pear-Services_SharedBook/Makefile
Martin Wilke dd80923edf SharedBook has developed a unique, on demand reverse publishing platform to help
businesses and consumers extract, manipulate and publish the Internet content.
SharedBook has an Open API (Application Programming Interface).

Anyone can write a program that will transfer data to the SharedBook platform
and utilize full functionality to create revenue-producing books, both online
and off. This package is a wrapper for Open API calls, handles XML responses,
file uploads.

WWW: http://pear.php.net/package/Services_SharedBook/

PR:		ports/119869
Submitted by:	Ditesh Shashikant Gathani <ditesh at gathani.org>
2008-01-23 14:20:13 +00:00

24 lines
700 B
Makefile

# Ports collection makefile for: pear-Services_SharedBook
# Date created: 22 Jan 2007
# Whom: Ditesh Shashikant Gathani <ditesh@gathani.org>
#
# $FreeBSD$
#
PORTNAME= Services_SharedBook
PORTVERSION= 0.2.2
CATEGORIES= www pear
MAINTAINER= ditesh@gathani.org
COMMENT= PHP wrapper for SharedBook Open API
BUILD_DEPENDS= ${PEARDIR}/HTTP/Client.php:${PORTSDIR}/www/pear-HTTP_Client
RUN_DEPENDS= ${PEARDIR}/HTTP/Client.php:${PORTSDIR}/www/pear-HTTP_Client
FILES= Services/SharedBook.php Services/SharedBook/Exception.php
EXAMPLES= example.php photo1.jpg photo2.jpg photo3.jpg photo4.jpg
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
.include <bsd.port.post.mk>