2002-10-24 19:49:10 +02:00
|
|
|
# New ports collection makefile for: Net::TCLink
|
|
|
|
# Date created: 24 October 2002
|
|
|
|
# Whom: Maxim Sobolev <sobomax@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= Net-TCLink
|
2003-10-14 15:30:55 +02:00
|
|
|
PORTVERSION= 3.4
|
2002-10-24 19:49:10 +02:00
|
|
|
CATEGORIES= net perl5
|
2008-04-17 16:30:31 +02:00
|
|
|
MASTER_SITES= CPAN
|
2002-10-24 19:49:10 +02:00
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
DISTNAME= Net_TCLink.pm-${PORTVERSION}
|
|
|
|
|
2008-12-25 04:13:51 +01:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-10-14 15:30:55 +02:00
|
|
|
COMMENT= A module to for connecting to the TrustCommerce payment gateway
|
2002-10-24 19:49:10 +02:00
|
|
|
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
|
|
|
|
MAN3= Net::TCLink.3
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|