Bug 19224

Summary: Problem installing p5-Net-SSLeay port
Product: Ports & Packages Reporter: yushunwa <yushunwa>
Component: Individual Port(s)Assignee: andreas <andreas>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

Description yushunwa 2000-06-12 22:10:01 UTC
LIB_DEPENDS & RUN_DEPENDS lines missing in Makefile of 
p5-Net-SSLeay port.

Fix: 

Suggestion:
Add the following lines in the Makefile:
-----CUT HERE------------------------------------------------

.if !defined(USA_RESIDENT) || ${USA_RESIDENT} != YES && ${USA_RESIDENT} != NO
                @${FALSE}
.elif ${USA_RESIDENT} == YES
MYARG=          -rsaref ${PREFIX}
.elif ${USA_RESIDENT} == NO
MYARG=          ${PREFIX}
.endif

LIB_DEPENDS=    ssl.1:${PORTSDIR}/security/openssl \
                crypto.1:${PORTSDIR}/security/openssl
RUN_DEPENDS=    openssl:${PORTSDIR}/security/openssl

MANPREFIX=      ${PREFIX}/lib/perl5/${PERL_VERSION}
MAN3=           Net::SSLeay.3

do-configure:
        @ cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL ${MYARG}
How-To-Repeat: On a machine with 3.* release without OpenSSL
% cd /usr/ports/security/p5-Net-SSLeay
% make install
Comment 1 Steve Price freebsd_committer freebsd_triage 2000-07-10 02:23:22 UTC
Responsible Changed
From-To: freebsd-ports->andreas

Over to port's maintainer.
Comment 2 andreas freebsd_committer freebsd_triage 2001-01-01 18:27:33 UTC
State Changed
From-To: open->closed

change has been committed by another fbsd committer