aboutsummaryrefslogtreecommitdiff
path: root/security/p5-Crypt-Cryptix/Makefile
blob: 0c60fc3c1ab649481681fc98680c6f588f29d5fa (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
27
# 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
MASTER_SITES=	http://www.cryptix.org/dist/
PKGNAMEPREFIX=	p5-

MAINTAINER=	markm@FreeBSD.org
COMMENT=	Perl5 interface to the Cryptix Crypto Library (Blowfish, DES and IDEA)

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>