2000-12-16 02:50:49 +01:00
|
|
|
# New ports collection makefile for: p5-Crypt-SSLeay
|
|
|
|
# Date created: December-15-2000
|
|
|
|
# Whom: Alfred Perlstein <alfred@freebsd.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= Crypt-SSLeay
|
2007-09-22 21:23:18 +02:00
|
|
|
PORTVERSION= 0.57
|
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
|
|
|
|
2003-10-24 14:05:09 +02:00
|
|
|
BUILD_DEPENDS= ${SITE_PERL}/URI/URL.pm:${PORTSDIR}/net/p5-URI
|
2002-07-08 18:27:36 +02:00
|
|
|
RUN_DEPENDS= ${BUILD_DEPENDS}
|
|
|
|
|
2001-03-01 07:39:18 +01:00
|
|
|
PERL_CONFIGURE= yes
|
2007-07-16 19:24:04 +02:00
|
|
|
CONFIGURE_ARGS+= --lib=${OPENSSLBASE}
|
2001-04-05 08:31:20 +02:00
|
|
|
USE_OPENSSL= yes
|
2000-12-16 02:50:49 +01:00
|
|
|
|
2007-04-15 18:00:34 +02:00
|
|
|
MAN3= Crypt::SSLeay.3 Net::SSL.3
|
2000-12-16 02:50:49 +01:00
|
|
|
|
2003-04-13 14:28:23 +02:00
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
|
|
|
.if ${PERL_LEVEL} < 500800
|
2003-10-24 14:05:09 +02:00
|
|
|
BUILD_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/MIME/Base64.pm:${PORTSDIR}/converters/p5-MIME-Base64
|
|
|
|
RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/MIME/Base64.pm:${PORTSDIR}/converters/p5-MIME-Base64
|
2003-04-13 14:28:23 +02:00
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.post.mk>
|