freebsd-ports/finance/php-tclink/Makefile
Chin-San Huang 47b73671b1 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.

WWW: http://www.trustcommerce.com/tclink.html

PR:		ports/124050
Submitted by:	Mike Bowie <mbowie at buzmo.com>
2008-05-29 05:01:57 +00:00

22 lines
539 B
Makefile

# New ports collection makefile for: php-tclink
# Date created: 27 May 2008
# Whom: <mbowie@buzmo.com>
#
# $FreeBSD$
#
PORTNAME= tclink
PORTVERSION= 3.4.4
CATEGORIES= finance
MASTER_SITES= http://www.trustcommerce.com/downloads/
PKGNAMEPREFIX= php-
DISTNAME= ${PORTNAME}-${PORTVERSION}-php
MAINTAINER= mbowie@buzmo.com
COMMENT= A PHP extension for TrustCommerce credit card processing
USE_PHP= yes
USE_PHPEXT= yes
USE_OPENSSL= yes
.include <bsd.port.mk>