diff options
author | Chris Piazza <cpiazza@FreeBSD.org> | 2000-04-09 18:34:06 +0000 |
---|---|---|
committer | Chris Piazza <cpiazza@FreeBSD.org> | 2000-04-09 18:34:06 +0000 |
commit | 3df86a88a9d1a500b60debaa4e14f97e500a96c1 (patch) | |
tree | a2ab9a6ab9be8b8808cfdd2f42ab98c9aa090dcc /security/rsaref | |
parent | 77b92885e289bade2ecd4de42585d794725a93e6 (diff) | |
download | ports-3df86a88a9d1a500b60debaa4e14f97e500a96c1.tar.gz ports-3df86a88a9d1a500b60debaa4e14f97e500a96c1.zip |
Notes
Diffstat (limited to 'security/rsaref')
-rw-r--r-- | security/rsaref/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/security/rsaref/Makefile b/security/rsaref/Makefile index 2fce05c00d5f..6f15ea7a40c7 100644 --- a/security/rsaref/Makefile +++ b/security/rsaref/Makefile @@ -1,13 +1,12 @@ # New ports collection makefile for: rsaref -# Version required: 2.0 # Date created: 2 Feb 1997 # Whom: ache # # $FreeBSD$ # -DISTNAME= rsaref20.1996 -PKGNAME= rsaref-2.0 +PORTNAME= rsaref +PORTVERSION= 2.0 CATEGORIES= security MASTER_SITES= ftp://ftp.deva.net/pub/sources/crypto/ \ ftp://ftp.kddlabs.co.jp/.7/inet/caida/bmwt/ \ @@ -17,6 +16,7 @@ MASTER_SITES= ftp://ftp.deva.net/pub/sources/crypto/ \ ftp://ftp.jyu.fi/.3/ftp.zedz.net/pub/replay/crypto/LIBS/rsa/ \ ftp://ftp.funet.fi/pub/mirrors/utopia.hacktic.nl/crypto/LIBS/rsa/ \ ftp://ftp.fu-berlin.de/unix/security/replay-mirror/crypto/LIBS/rsa/ +DISTNAME= rsaref20.1996 EXTRACT_SUFX= .tar.Z MAINTAINER= kris@FreeBSD.ORG |