99fd747ae0
Reported by: phw
23 lines
533 B
Makefile
23 lines
533 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
|
|
DEFAULT_PHP_VER=53
|
|
|
|
.include <bsd.port.mk>
|