2013-09-21 00:55:24 +02:00
|
|
|
# Created by: Alfred Perlstein <alfred@FreeBSD.org>
|
2000-12-16 02:50:49 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= Crypt-SSLeay
|
2014-07-15 09:17:27 +02:00
|
|
|
PORTVERSION= 0.72
|
2015-03-01 15:33:24 +01:00
|
|
|
PORTREVISION= 2
|
2000-12-16 02:50:49 +01:00
|
|
|
CATEGORIES= security perl5
|
2008-04-17 16:30:31 +02:00
|
|
|
MASTER_SITES= CPAN
|
2000-12-16 02:50:49 +01:00
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
2009-01-29 18:41:17 +01:00
|
|
|
MAINTAINER= perl@FreeBSD.org
|
2003-02-21 14:28:59 +01:00
|
|
|
COMMENT= Perl5 interface to allow p5-libwww LWP to make https connections
|
2000-12-16 02:50:49 +01:00
|
|
|
|
2012-08-06 21:16:18 +02:00
|
|
|
LICENSE= ART20
|
2012-07-30 21:40:23 +02:00
|
|
|
|
2016-04-01 16:25:16 +02:00
|
|
|
BUILD_DEPENDS= p5-LWP-Protocol-https>=6.02:www/p5-LWP-Protocol-https \
|
|
|
|
p5-Path-Class>=0.26:devel/p5-Path-Class \
|
|
|
|
p5-Try-Tiny>=0.19:lang/p5-Try-Tiny
|
|
|
|
RUN_DEPENDS= p5-LWP-Protocol-https>=6.02:www/p5-LWP-Protocol-https
|
2012-07-30 21:40:23 +02:00
|
|
|
|
2016-09-08 20:10:59 +02:00
|
|
|
USES= perl5 ssl
|
2013-08-02 20:52:07 +02:00
|
|
|
USE_PERL5= configure
|
2015-04-27 17:35:42 +02:00
|
|
|
CONFIGURE_ARGS= --no-live-tests
|
2016-09-08 20:10:59 +02:00
|
|
|
CFLAGS+= -I${OPENSSLINC}
|
2000-12-16 02:50:49 +01:00
|
|
|
|
2012-12-17 10:54:03 +01:00
|
|
|
.include <bsd.port.mk>
|