1555a385d1
This bug has been known for years, but have been ignored upstream (see https://rt.cpan.org/Public/Bug/Display.html?id=33954). Submitted by: brian
31 lines
707 B
Makefile
31 lines
707 B
Makefile
# New ports collection makefile for: p5-Crypt-SSLeay
|
|
# Date created: December-15-2000
|
|
# Whom: Alfred Perlstein <alfred@freebsd.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= Crypt-SSLeay
|
|
PORTVERSION= 0.57
|
|
PORTREVISION= 1
|
|
CATEGORIES= security perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
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}
|
|
MAKE_ARGS+= PASTHRU_INC=-I${OPENSSLINC}
|
|
USE_OPENSSL= yes
|
|
|
|
MAN3= Crypt::SSLeay.3 Net::SSL.3
|
|
|
|
post-patch:
|
|
${RM} ${WRKSRC}/lib/Net/SSL.pm.orig
|
|
|
|
.include <bsd.port.mk>
|