diff options
author | cpiazza <cpiazza@FreeBSD.org> | 2000-04-09 18:34:06 +0000 |
---|---|---|
committer | cpiazza <cpiazza@FreeBSD.org> | 2000-04-09 18:34:06 +0000 |
commit | 91082f1a1075c587148cdc85cbe1196f175a18e6 (patch) | |
tree | ec0315d3d86e3f8717ed33380a1b359ca92fc43f /security/rsaref | |
parent | f3253ed0fe7e570a54f855ecc83702e80cc2f451 (diff) | |
download | FreeBSD-ports-91082f1a1075c587148cdc85cbe1196f175a18e6.zip FreeBSD-ports-91082f1a1075c587148cdc85cbe1196f175a18e6.tar.gz |
Update with the new PORTNAME/PORTVERSION variables
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 2fce05c..6f15ea7 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 |