1994ea454a
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
19 lines
401 B
Makefile
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>
|