aboutsummaryrefslogtreecommitdiff
path: root/security/p5-PerlCryptLib/Makefile
blob: 2e2cf16a4ac48c30e6e655061d728193951961e0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
# New ports collection makefile for:	p5-PerlCryptLib
# Date created:		2006-08-08
# Whom:			Gea-Suan Lin <gslin@gslin.org>
#
# $FreeBSD$
#

PORTNAME=	PerlCryptLib
PORTVERSION=	1.04
CATEGORIES=	security perl5
MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR=	../../authors/id/A/AL/ALVAROL
PKGNAMEPREFIX=	p5-

MAINTAINER=	perl@FreeBSD.org
COMMENT=	Perl interface to Peter Guttman cryptlib API

BUILD_DEPENDS=	bash:${PORTSDIR}/shells/bash
LIB_DEPENDS=	cl:${PORTSDIR}/security/cryptlib
RUN_DEPENDS=	${SITE_PERL}/enum.pm:${PORTSDIR}/devel/p5-enum

PERL_CONFIGURE=	yes
USE_OPENSSL=	yes

MAN3=		PerlCryptLib.3

post-patch:
	${PERL} -pi -e 's,^#!/bin/bash,#!${LOCALBASE}/bin/bash,;' \
	        -e 's,^read .* cl_path_in .*$$,cl_path_in=${LOCALBASE}/include,' \
	    	${WRKSRC}/configure
	${PERL} -pi -e 's,^use 5\.008.*$$,,;' \
		-e 's,'\''$$, -L${OPENSSLINC} $$&, if /INC/' ${WRKSRC}/Makefile.PL
	${PERL} -pi -e 's,\.\./cryptlib322,${LOCALBASE}/include,' \
		${WRKSRC}/PerlCryptLib.xs

post-configure:
	${PERL} -pi -e 's,-lpthread,${PTHREAD_LIBS},' ${WRKSRC}/Makefile

.include <bsd.port.mk>