ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/mports/trunk/security/p5-Net-SSLeay/Makefile
Revision: 23540
Committed: Sat May 12 20:48:32 2018 UTC (5 years, 11 months ago) by laffer1
File size: 860 byte(s)
Log Message:
update to 1.85

File Contents

# Content
1 # $MidnightBSD$
2
3 PORTNAME= Net-SSLeay
4 PORTVERSION= 1.85
5 CATEGORIES= security perl5
6 MASTER_SITES= CPAN
7 PKGNAMEPREFIX= p5-
8
9 MAINTAINER= ports@MidnightBSD.org
10 COMMENT= Perl5 interface to SSL
11
12 LICENSE= other
13
14 TEST_DEPENDS= p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception \
15 p5-Test-NoWarnings>=0:${PORTSDIR}/devel/p5-Test-NoWarnings \
16 p5-Test-Warn>=0:${PORTSDIR}/devel/p5-Test-Warn
17
18 OPTIONS_DEFINE= EXAMPLES
19
20 PERL_CONFIGURE= yes
21 CONFIGURE_ENV= OPENSSL_PREFIX=${OPENSSLBASE}
22 USES= perl5 shebangfix ssl
23
24 PORTEXAMPLES= *
25
26 SHEBANG_FILES= examples/*.pl
27
28 post-install:
29 ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Net/SSLeay/SSLeay.so
30 @${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
31 ${INSTALL_SCRIPT} ${WRKSRC}/examples/*.pl ${STAGEDIR}${EXAMPLESDIR}
32 ${INSTALL_DATA} ${WRKSRC}/examples/req.conf ${STAGEDIR}${EXAMPLESDIR}/req.conf
33
34 .include <bsd.port.mk>

Properties

Name Value
svn:keywords MidnightBSD=%H