pkgsrc-wip/php-tclink/Makefile
Mike Bowie 6e0e1a8160 Import php5-tclink-5.2.9.3.4.4 as wip/php-tclink.
TCLink is a thin client API that allows a merchant to process credit card
transactions through the TrustCommerce processing gateway over a encrypted
channel (SSL) using TCP/IP.
2009-10-13 21:32:01 +00:00

20 lines
532 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2009/10/13 21:32:01 mbowie Exp $
#
MODNAME= tclink
PECL_DISTNAME= ${MODNAME}-${PECL_VERSION}-php
PECL_VERSION= 3.4.4
CATEGORIES= finance
MASTER_SITES= http://www.trustcommerce.com/downloads/
EXTRACT_SUFX= .tar.gz
MAINTAINER= mbowie@buzmo.com
HOMEPAGE= http://www.trustcommerce.com/
COMMENT= PHP extension for TrustCommerce credit card processing
PKG_DESTDIR_SUPPORT= user-destdir
CONFIGURE_ARGS= --enable-${MODNAME}
.include "../../lang/php/ext.mk"
.include "../../mk/bsd.pkg.mk"