diff options
author | wiz <wiz@pkgsrc.org> | 2014-05-15 09:59:32 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2014-05-15 09:59:32 +0000 |
commit | beb6cd55af34cc5d10e8d4f3558c2da25ec65f3b (patch) | |
tree | 84ce73b18a403931284bfecf35ce1c0fc59d7e1d /security | |
parent | 041799f761a8f27a6dcc19ade2d023f3630ebc74 (diff) | |
download | pkgsrc-beb6cd55af34cc5d10e8d4f3558c2da25ec65f3b.tar.gz |
Set LICENSE.
Diffstat (limited to 'security')
-rw-r--r-- | security/openssl/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/openssl/Makefile b/security/openssl/Makefile index 099b64b0179..fcb6a11a514 100644 --- a/security/openssl/Makefile +++ b/security/openssl/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.188 2014/04/08 06:20:44 obache Exp $ +# $NetBSD: Makefile,v 1.189 2014/05/15 09:59:32 wiz Exp $ DISTNAME= openssl-1.0.1g MASTER_SITES= http://ftp.openssl.org/source/ @@ -8,6 +8,7 @@ CATEGORIES= security MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.openssl.org/ COMMENT= Secure Socket Layer and cryptographic library +LICENSE= openssl CONFLICTS= SSLeay-[0-9]* ssleay-[0-9]* |