blob: c6fdc36abbbd71645588a38b4f6a11c7de2ae0dd (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
PORTNAME= Net-TCLink
PORTVERSION= 3.4
PORTREVISION= 2
CATEGORIES= net perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
DISTNAME= Net_TCLink.pm-${PORTVERSION}
MAINTAINER= bofh@FreeBSD.org
COMMENT= Module to for connecting to the TrustCommerce payment gateway
WWW= https://metacpan.org/release/Net_TCLink
LICENSE= LGPL21
USES= perl5 ssl
USE_PERL5= configure
CFLAGS+= -I${OPENSSLINC}
LDFLAGS+= -L${OPENSSLLIB}
.include <bsd.port.options.mk>
.if ${OPSYS} == FreeBSD
CFLAGS+= -Wno-error=int-conversion
.endif
.include <bsd.port.mk>
|