aboutsummaryrefslogblamecommitdiff
path: root/net/p5-Net-TCLink/Makefile
blob: e8781b938558c0d43e121b391e9105c19521d30f (plain) (tree)
1
2
3
4
5
6
7
8
9
10
                                                 

                          
                   
                 
                         
                    


                                            
                                


                                                                             
 
                         
                         

                               
 
                      
# Created by: Maxim Sobolev <sobomax@FreeBSD.org>

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>