freebsd-ports/net/p5-Net-TCLink/Makefile
Sunpoet Po-Chuan Hsieh 62d0909a37 - Add LICENSE
- Pass maintainership to submitter
- While I'm here, remove leading indefinite article from COMMENT

PR:		ports/189242
Submitted by:	Muhammad Moinur Rahman <5u623l20@gmail.com>
2014-05-03 08:47:57 +00:00

19 lines
379 B
Makefile

# Created by: Maxim Sobolev <sobomax@FreeBSD.org>
# $FreeBSD$
PORTNAME= Net-TCLink
PORTVERSION= 3.4
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>