1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-05 06:27:37 +00:00
freebsd-ports/net/p5-Net-TCLink/Makefile
John Marino 0c7bf30581 net/p5-Net-TCLink: Add SSL flags
Approved by:	SSL blanket
2016-09-11 00:49:35 +00:00

23 lines
448 B
Makefile

# Created by: Maxim Sobolev <sobomax@FreeBSD.org>
# $FreeBSD$
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
LICENSE= LGPL21
USES= perl5 ssl
USE_PERL5= configure
CFLAGS+= -I${OPENSSLINC}
LDFLAGS+= -L${OPENSSLLIB}
.include <bsd.port.mk>