View | Details | Raw Unified | Return to bug 188934
Collapse All | Expand All

(-)Makefile (-1 / +9 lines)
Lines 3-8 Link Here
3
3
4
PORTNAME=	Net-SSLeay
4
PORTNAME=	Net-SSLeay
5
PORTVERSION=	1.58
5
PORTVERSION=	1.58
6
PORTREVISION=	1
6
CATEGORIES=	security perl5
7
CATEGORIES=	security perl5
7
MASTER_SITES=	CPAN
8
MASTER_SITES=	CPAN
8
PKGNAMEPREFIX=	p5-
9
PKGNAMEPREFIX=	p5-
Lines 25-33 Link Here
25
26
26
SHEBANG_FILES=	examples/*.pl
27
SHEBANG_FILES=	examples/*.pl
27
28
29
.include <bsd.port.options.mk>
30
28
post-install:
31
post-install:
32
	${STRIP_CMD} ${STAGEDIR}${SITE_PERL}/${PERL_ARCH}/auto/Net/SSLeay/SSLeay.so
33
34
.if ${PORT_OPTIONS:MEXAMPLES}
29
	@${MKDIR} ${STAGEDIR}${EXAMPLESDIR}/
35
	@${MKDIR} ${STAGEDIR}${EXAMPLESDIR}/
30
	${INSTALL_SCRIPT} ${WRKSRC}/examples/*.pl ${STAGEDIR}${EXAMPLESDIR}/
36
	${INSTALL_SCRIPT} ${WRKSRC}/examples/*.pl ${STAGEDIR}${EXAMPLESDIR}/
31
	${INSTALL_DATA} ${WRKSRC}/examples/req.conf ${STAGEDIR}${EXAMPLESDIR}/req.conf
37
	${INSTALL_DATA} ${WRKSRC}/examples/req.conf \
38
		${STAGEDIR}${EXAMPLESDIR}/req.conf
39
.endif
32
40
33
.include <bsd.port.mk>
41
.include <bsd.port.mk>

Return to bug 188934