diff options
author | Chin-San Huang <chinsan@FreeBSD.org> | 2008-05-29 05:01:57 +0000 |
---|---|---|
committer | Chin-San Huang <chinsan@FreeBSD.org> | 2008-05-29 05:01:57 +0000 |
commit | 47b73671b1b34ed7bc2049214f2a3033e7292be4 (patch) | |
tree | aa7937168673f4974a44b758a4515f2cc60ee8af /finance/php-tclink/Makefile | |
parent | ed5147b294e05edd5f841003d4299a9cac2fbb0a (diff) | |
download | ports-47b73671b1b34ed7bc2049214f2a3033e7292be4.tar.gz ports-47b73671b1b34ed7bc2049214f2a3033e7292be4.zip |
Notes
Diffstat (limited to 'finance/php-tclink/Makefile')
-rw-r--r-- | finance/php-tclink/Makefile | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/finance/php-tclink/Makefile b/finance/php-tclink/Makefile new file mode 100644 index 000000000000..d01d53115ee4 --- /dev/null +++ b/finance/php-tclink/Makefile @@ -0,0 +1,22 @@ +# 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> |