diff options
author | wiz <wiz@pkgsrc.org> | 2001-02-17 17:42:09 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2001-02-17 17:42:09 +0000 |
commit | a87738b456114a95193b58ec31e883210d6b9f3f (patch) | |
tree | 926bbe6e07ce5aedfc0884e098d71275e74392c9 /security/rsaref/Makefile | |
parent | ad02d69ab28ddc19bb63fd7441b9ad1fc18206bb (diff) | |
download | pkgsrc-a87738b456114a95193b58ec31e883210d6b9f3f.tar.gz |
Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.
Diffstat (limited to 'security/rsaref/Makefile')
-rw-r--r-- | security/rsaref/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/rsaref/Makefile b/security/rsaref/Makefile index e32240b54b9..7d0321fd03e 100644 --- a/security/rsaref/Makefile +++ b/security/rsaref/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 2000/09/09 19:40:23 fredb Exp $ +# $NetBSD: Makefile,v 1.21 2001/02/17 17:50:07 wiz Exp $ # DISTNAME= rsaref @@ -9,6 +9,7 @@ MASTER_SITES= ftp://ftp.spinnaker.com/pub/crypt/rsaref/ EXTRACT_SUFX= .tar.Z MAINTAINER= tv@netbsd.org +COMMENT= Encryption/authentication library, RSA/MDX/DES CRYPTO= yes IS_INTERACTIVE= yes # requires options to be set in order to use |