2001-08-11 14:00:19 +02:00
|
|
|
# New ports collection makefile for: p5-Crypt-Cryptix
|
|
|
|
# Date created: 10 August 2001
|
|
|
|
# Whom: markm@FreeBSD.org
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= Cryptix
|
|
|
|
PORTVERSION= 1.16
|
|
|
|
CATEGORIES= security perl5
|
2004-05-25 17:26:05 +02:00
|
|
|
MASTER_SITES= http://www.ntua.gr/cryptix/dist/ \
|
|
|
|
ftp://opensores.thebunker.net/pub/mirrors/cryptix/master.cryptix.org/dist/ \
|
|
|
|
http://www.cypherpunks.to/~cryptix/dist/
|
2001-08-11 14:00:19 +02:00
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
2004-03-18 09:04:43 +01:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-03-07 07:14:21 +01:00
|
|
|
COMMENT= Perl5 interface to the Cryptix Crypto Library (Blowfish, DES and IDEA)
|
2001-08-11 14:00:19 +02:00
|
|
|
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
|
|
|
|
MAN3= Crypt::DES.3 \
|
|
|
|
Crypt::IDEA.3 \
|
|
|
|
Crypt::Blowfish.3 \
|
|
|
|
Math::PRSG.3 \
|
|
|
|
Math::BigInteger.3 \
|
|
|
|
Math::TrulyRandom.3
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|