aboutsummaryrefslogtreecommitdiff
path: root/net/p5-Net-TCLink/Makefile
blob: 57cf3be33bee50e8b0975df2b953870c779ea8b2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Created by: Maxim Sobolev <sobomax@FreeBSD.org>
# $FreeBSD$

PORTNAME=	Net-TCLink
PORTVERSION=	3.4
PORTREVISION=	1
CATEGORIES=	net perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-
DISTNAME=	Net_TCLink.pm-${PORTVERSION}

MAINTAINER=	5u623l20@gmail.com
COMMENT=	Module to for connecting to the TrustCommerce payment gateway

LICENSE=	LGPL21

USES=		perl5
USE_PERL5=	configure

.include <bsd.port.mk>