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
Pav Lucistnik 3bc4db8e65 - Fix build on amd64
PR:		ports/145922
Submitted by:	Mike Bowie <mbowie@buzmo.com> (maintainer)

- Portlint
2010-05-12 20:13:10 +00:00

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>