mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-29 05:38:00 +00:00
3bc4db8e65
PR: ports/145922 Submitted by: Mike Bowie <mbowie@buzmo.com> (maintainer) - Portlint
23 lines
514 B
Makefile
23 lines
514 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>
|