diff options
author | tv <tv@pkgsrc.org> | 1998-12-03 17:40:46 +0000 |
---|---|---|
committer | tv <tv@pkgsrc.org> | 1998-12-03 17:40:46 +0000 |
commit | bbfc360e9c7c52350855eeb43094b69876c8ac35 (patch) | |
tree | 5a1c5872acc131e85a5efb900dfed71395c444dd /security | |
parent | 3ce6737b371840fe81fe77a4931430a0b7a2e089 (diff) | |
download | pkgsrc-bbfc360e9c7c52350855eeb43094b69876c8ac35.tar.gz |
Add LICENSE=no-commercial-use.
Diffstat (limited to 'security')
-rw-r--r-- | security/rsaref/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/security/rsaref/Makefile b/security/rsaref/Makefile index 0e4f54d3f45..c00e2cdb83f 100644 --- a/security/rsaref/Makefile +++ b/security/rsaref/Makefile @@ -1,10 +1,9 @@ -# $NetBSD: Makefile,v 1.11 1998/10/02 22:52:48 tv Exp $ +# $NetBSD: Makefile,v 1.12 1998/12/03 17:40:46 tv Exp $ # DISTNAME= rsaref20 PKGNAME= rsaref-2.0 WRKSRC= ${WRKDIR}/install -MAKEFILE= unix/makefile CATEGORIES= security MASTER_SITES= ${RSA_SITE} EXTRACT_SUFX= .tar.Z @@ -17,7 +16,9 @@ USE_LIBTOOL= yes RESTRICTED= "Cryptographic source usable only within the USA" MIRROR_DISTFILE= no IS_INTERACTIVE= yes +LICENSE= no-commercial-use +MAKEFILE= unix/makefile ALL_TARGET= librsaref.la RSA_SITE= ftp://ftp.rsa.com/rsaref/ |