freebsd-ports/security/p5-Crypt-Cryptix/Makefile
Pav Lucistnik b3a62a14bf - Fix MASTER_SITES [1]
- Add WWW

PR:		ports/67181 [1]
Submitted by:	Roman Neuhauser <neuhauser@chello.cz>
2004-05-25 15:26:05 +00:00

28 lines
672 B
Makefile

# 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.ntua.gr/cryptix/dist/ \
ftp://opensores.thebunker.net/pub/mirrors/cryptix/master.cryptix.org/dist/ \
http://www.cypherpunks.to/~cryptix/dist/
PKGNAMEPREFIX= p5-
MAINTAINER= ports@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>