head	1.3;
access;
symbols
	RELEASE_8_3_0:1.1
	RELEASE_9_0_0:1.1
	RELEASE_7_4_0:1.1
	RELEASE_8_2_0:1.1;
locks; strict;
comment	@# @;


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

1.2
date	2012.04.09.22.56.11;	author swills;	state Exp;
branches;
next	1.1;

1.1
date	2011.01.20.06.05.28;	author wen;	state Exp;
branches;
next	;


desc
@@


1.3
log
@Switch exporter over
@
text
@# New ports collection makefile for:  p5-Crypt-Twofish_PP
# Date created:                19 January 2010
# Whom:                        Konstantin Menshikov <kostjnspb@@yandex.ru>
#
# $FreeBSD: head/security/p5-Crypt-Twofish_PP/Makefile 300897 2012-07-14 14:29:18Z beat $
#

PORTNAME=	Crypt-Twofish_PP
PORTVERSION=	0.17
PORTREVISION=	1
CATEGORIES=	security perl5
MASTER_SITES=	CPAN \
		http://kostjn.spb.ru/freebsd/
PKGNAMEPREFIX=	p5-

MAINTAINER=	kostjnspb@@yandex.ru
COMMENT=	The Twofish Algorithm in Pure Perl

BUILD_DEPENDS=	p5-Locale-libintl>=0:${PORTSDIR}/devel/p5-Locale-libintl
RUN_DEPENDS:=	${BUILD_DEPENDS}

PERL_CONFIGURE=	YES

MAN3=	Crypt::Twofish_PP.3 \
	Crypt::Twofish_PP::Key16.3 \
	Crypt::Twofish_PP::Key24.3 \
	Crypt::Twofish_PP::Key32.3

.include <bsd.port.mk>
@


1.2
log
@- Add missing DEPENDS
- Bump PORTREVISION

PR:		ports/165885
Approved by:	maintainer timeout (kostjnspb@@yandex.ru, >3 weeks)
Feature safe:	yes
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.1
log
@Twofish is a 128-bit symmetric block cipher with a variable key
length (128, 192, or 256 bits) key, developed by Counterpane Labs.
It is unpatented and free for all uses, as described at
http://www.counterpane.com/twofish.html. It has been one of the
five finalists for AES.

This module is written in pure Perl, it should run everywhere
where Perl runs.

WWW:    http://search.cpan.org/dist/Crypt-Twofish_PP/

PR:		ports/154142
Submitted by:	Konstantin Menshikov <kostjnspb@@yandex.ru>
Feature safe:	yes
@
text
@d10 1
d19 3
@

