1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-29 05:38:00 +00:00
freebsd-ports/finance/php-tclink/Makefile
Pawel Pekala 66dba9ba6b - Update to version 4.0.2 [1]
- Remove leading article from COMMENT

PR:		ports/184475 [1]
Submitted by:	maintainer
2014-02-03 19:40:23 +00:00

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>