summaryrefslogtreecommitdiff
path: root/security/p5-Mcrypt/Makefile
blob: b15765439b2d59a225b7ec00dde500c9ed316b6c (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
# New ports collection makefile for:	p5-Mcrypt
# Date created:	27 Jan 2009
# Whom:		Tatsuki
#
# $FreeBSD$
#

PORTNAME=	Mcrypt
PORTVERSION=	2.5.7.0
CATEGORIES=	security perl5
MASTER_SITES=	CPAN
MASTER_SITE_SUBDIR=	CPAN:JESUS
PKGNAMEPREFIX=	p5-

MAINTAINER=	tatsuki_makino@hotmail.com
COMMENT=	Perl extension for the Mcrypt cryptography library

LIB_DEPENDS=	mcrypt.[8]:${PORTSDIR}/security/libmcrypt

MAN3=		Mcrypt.3
PERL_CONFIGURE=	yes
CONFIGURE_ENV=	MCRYPT_CPPFLAGS=${CPPFLAGS}

CPPFLAGS+=	-I${LOCALBASE}/include

.include <bsd.port.mk>