mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-29 05:38:00 +00:00
66dba9ba6b
- Remove leading article from COMMENT PR: ports/184475 [1] Submitted by: maintainer
20 lines
404 B
Makefile
20 lines
404 B
Makefile
# Created by: <mbowie@buzmo.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= tclink
|
|
PORTVERSION= 4.0.2
|
|
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
|
|
DEFAULT_PHP_VER=53
|
|
|
|
.include <bsd.port.mk>
|