2002-09-20 18:16:44 +02:00
|
|
|
# New ports collection makefile for: p5-Crypt-CAST5_PP
|
|
|
|
# Date created: 9 September 2002
|
|
|
|
# Whom: Kimura Fuyuki <fuyuki@hadaly.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= Crypt-CAST5_PP
|
2006-07-03 14:29:41 +02:00
|
|
|
PORTVERSION= 1.04
|
2002-09-20 18:16:44 +02:00
|
|
|
CATEGORIES= security perl5
|
2008-04-17 16:30:31 +02:00
|
|
|
MASTER_SITES= CPAN
|
2002-09-20 18:16:44 +02:00
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
2005-09-25 02:50:08 +02:00
|
|
|
MAINTAINER= perl@FreeBSD.org
|
2003-02-21 14:28:59 +01:00
|
|
|
COMMENT= CAST5 block cipher in pure Perl
|
2002-09-20 18:16:44 +02:00
|
|
|
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
|
|
|
|
MAN3= Crypt::CAST5_PP.3
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|