openbsd-ports/x11/gnustep/databasin/Makefile
sebastia 0095d939f9 import DataBasin:
DataBasin is a data access tool for Salesforce.com, it allows querying,
deleting and inserting records. It accesses the APIs through the usage
of web services.

OK landry@
2011-08-22 08:03:26 +00:00

17 lines
368 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2011/08/22 08:03:26 sebastia Exp $
COMMENT = GNUstep client for salesforce.com
DISTNAME = DataBasin-0.3
HOMEPAGE = http://gap.nongnu.org/databasin/
MASTER_SITES = http://savannah.nongnu.org/download/gap/
# LGPL
MODULES = x11/gnustep
WANTLIB += c m pthread WebServices
LIB_DEPENDS += x11/gnustep/webservices
.include <bsd.port.mk>