head	1.3;
access;
symbols
	RELEASE_8_3_0:1.2
	RELEASE_9_0_0:1.2
	RELEASE_7_4_0:1.1
	RELEASE_8_2_0:1.1
	RELEASE_6_EOL:1.1
	RELEASE_8_1_0:1.1
	RELEASE_7_3_0:1.1
	RELEASE_8_0_0:1.1
	RELEASE_7_2_0:1.1;
locks; strict;
comment	@# @;


1.3
date	2012.11.17.06.01.13;	author svnexp;	state Exp;
branches;
next	1.2;

1.2
date	2011.06.20.09.03.17;	author az;	state Exp;
branches;
next	1.1;

1.1
date	2009.02.04.12.45.02;	author gabor;	state Exp;
branches;
next	;


desc
@@


1.3
log
@Switch exporter over
@
text
@# New ports collection makefile for:	p5-Mcrypt
# Date created:	27 Jan 2009
# Whom:		Tatsuki
#
# $FreeBSD: head/security/p5-Mcrypt/Makefile 300897 2012-07-14 14:29:18Z beat $
#

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>
@


1.2
log
@- Replace ../../authors in MASTER_SITE_SUBDIR with CPAN:CPANID macro.
  See http://wiki.freebsd.org/Perl for details.
- Change maintainership from ports@@ to perl@@ for ports in this changeset.
- Remove MD5 checksum
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.1
log
@The Mcrypt modules provides and simple and inuitive perl abstraction of the
libmcrypt cryptography library.  It provide mechanisms for encoding and
decoding perl scalars.

WWW: http://search.cpan.org/dist/Mcrypt/

PR:		ports/131051
Submitted by:	Tatsuki Makino <tatsuki_makino@@hotmail.com>
@
text
@d12 1
a12 1
MASTER_SITE_SUBDIR=	../../authors/id/J/JE/JESUS
@

