freebsd-ports/finance/php-tclink/Makefile
John Marino 1994ea454a finance/php-tclink: Confirmed functional for all PHP versions
The maintainer confirmed that the limitation of tclink to php 5.3 was
an error and that it functions on all supported versions of PHP.  As a
result, the port's deprecation tag has been removed.

PR:	198778
2015-03-23 17:55:02 +00:00

19 lines
401 B
Makefile

# Created by: <mbowie@buzmo.com>
# $FreeBSD$
PORTNAME= tclink
PORTVERSION= 4.0.2
PORTREVISION= 1
CATEGORIES= finance
MASTER_SITES= https://vault.trustcommerce.com/downloads/
PKGNAMEPREFIX= php-
DISTNAME= ${PORTNAME}-${PORTVERSION}-php
MAINTAINER= mbowie@buzmo.com
COMMENT= PHP extension for TrustCommerce credit card processing
USE_PHP= yes
USE_PHPEXT= yes
USE_OPENSSL= yes
.include <bsd.port.mk>