diff options
author | pav <pav@FreeBSD.org> | 2004-05-25 15:26:05 +0000 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2004-05-25 15:26:05 +0000 |
commit | 5115835d6f500c837b0f9b2fde33357539f8c418 (patch) | |
tree | 4218e4b63db57ee66c44cf1548511e589f5bbe1b /security/p5-Crypt-Cryptix | |
parent | 40b108e8c288ca332ab60491e302289b9aa38e4f (diff) | |
download | FreeBSD-ports-5115835d6f500c837b0f9b2fde33357539f8c418.zip FreeBSD-ports-5115835d6f500c837b0f9b2fde33357539f8c418.tar.gz |
- Fix MASTER_SITES [1]
- Add WWW
PR: ports/67181 [1]
Submitted by: Roman Neuhauser <neuhauser@chello.cz>
Diffstat (limited to 'security/p5-Crypt-Cryptix')
-rw-r--r-- | security/p5-Crypt-Cryptix/Makefile | 4 | ||||
-rw-r--r-- | security/p5-Crypt-Cryptix/pkg-descr | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/security/p5-Crypt-Cryptix/Makefile b/security/p5-Crypt-Cryptix/Makefile index 6e84263..9e36ff7 100644 --- a/security/p5-Crypt-Cryptix/Makefile +++ b/security/p5-Crypt-Cryptix/Makefile @@ -8,7 +8,9 @@ PORTNAME= Cryptix PORTVERSION= 1.16 CATEGORIES= security perl5 -MASTER_SITES= http://www.cryptix.org/dist/ +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 diff --git a/security/p5-Crypt-Cryptix/pkg-descr b/security/p5-Crypt-Cryptix/pkg-descr index 0b30178..2d5e16a 100644 --- a/security/p5-Crypt-Cryptix/pkg-descr +++ b/security/p5-Crypt-Cryptix/pkg-descr @@ -1 +1,3 @@ Perl5 interface to the Cryptix Crypto Library (Blowfish, DES and IDEA) + +WWW: http://www.cypherpunks.to/~cryptix/ |