62d0909a37
- 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>
19 lines
379 B
Makefile
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>
|