freebsd-ports/security/p5-Crypt-SSLeay/Makefile

34 lines
857 B
Makefile
Raw Normal View History

# 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
CATEGORIES= security perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
2003-02-21 14:28:59 +01:00
COMMENT= Perl5 interface to allow p5-libwww LWP to make https connections
BUILD_DEPENDS= ${SITE_PERL}/URI/URL.pm:${PORTSDIR}/net/p5-URI
RUN_DEPENDS= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
CONFIGURE_ARGS+= --lib=${OPENSSLBASE}
USE_OPENSSL= yes
2007-04-15 18:00:34 +02:00
MAN3= Crypt::SSLeay.3 Net::SSL.3
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500800
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
.endif
.include <bsd.port.post.mk>