diff options
author | hasso <hasso@pkgsrc.org> | 2009-06-08 19:11:30 +0000 |
---|---|---|
committer | hasso <hasso@pkgsrc.org> | 2009-06-08 19:11:30 +0000 |
commit | 457e3216aed66c535d227ccb1b395487dd30d981 (patch) | |
tree | 97ce8a2879ddd5f141e253be86d20487da22185b | |
parent | 8a34fe6754c77e7dd838265e45e1f2c0e268caa2 (diff) | |
download | pkgsrc-457e3216aed66c535d227ccb1b395487dd30d981.tar.gz |
More license info to my packages.
-rw-r--r-- | security/engine-pkcs11/Makefile | 3 | ||||
-rw-r--r-- | security/libp11/Makefile | 3 | ||||
-rw-r--r-- | security/openct/Makefile | 3 | ||||
-rw-r--r-- | security/opensc-signer/Makefile | 3 | ||||
-rw-r--r-- | security/opensc/Makefile | 3 | ||||
-rw-r--r-- | security/xml-security-c/Makefile | 3 |
6 files changed, 12 insertions, 6 deletions
diff --git a/security/engine-pkcs11/Makefile b/security/engine-pkcs11/Makefile index dad4663cdf8..9e0783d8334 100644 --- a/security/engine-pkcs11/Makefile +++ b/security/engine-pkcs11/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2009/03/05 20:30:52 hasso Exp $ +# $NetBSD: Makefile,v 1.2 2009/06/08 19:11:30 hasso Exp $ # DISTNAME= engine_pkcs11-0.1.5 @@ -9,6 +9,7 @@ MASTER_SITES= http://www.opensc-project.org/files/engine_pkcs11/ MAINTAINER= hasso@NetBSD.org HOMEPAGE= http://www.opensc-project.org/engine_pkcs11/ COMMENT= PKCS\#11 engine for OpenSSL +LICENSE= original-bsd PKG_DESTDIR_SUPPORT= user-destdir diff --git a/security/libp11/Makefile b/security/libp11/Makefile index 92cbe9c5951..5197af5567b 100644 --- a/security/libp11/Makefile +++ b/security/libp11/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2009/03/05 20:28:24 hasso Exp $ +# $NetBSD: Makefile,v 1.2 2009/06/08 19:11:30 hasso Exp $ # DISTNAME= libp11-0.2.4 @@ -8,6 +8,7 @@ MASTER_SITES= http://www.opensc-project.org/files/libp11/ MAINTAINER= hasso@NetBSD.org HOMEPAGE= http://www.opensc-project.org/libp11/ COMMENT= Convenience library for easy PKCS\#11 implementation +LICENSE= gnu-lgpl-v2.1 PKG_DESTDIR_SUPPORT= user-destdir diff --git a/security/openct/Makefile b/security/openct/Makefile index 0d73207fed8..96caf5b0b0c 100644 --- a/security/openct/Makefile +++ b/security/openct/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2009/05/08 08:55:56 hasso Exp $ +# $NetBSD: Makefile,v 1.3 2009/06/08 19:11:30 hasso Exp $ DISTNAME= openct-0.6.16 CATEGORIES= security @@ -7,6 +7,7 @@ MASTER_SITES= http://www.opensc-project.org/files/openct/ MAINTAINER= hasso@NetBSD.org HOMEPAGE= http://www.opensc-project.org/openct/ COMMENT= Smart Card Reader drivers and middleware +LICENSE= gnu-lgpl-v2.1 PKG_DESTDIR_SUPPORT= user-destdir diff --git a/security/opensc-signer/Makefile b/security/opensc-signer/Makefile index e2a4eb145d4..477eb78f878 100644 --- a/security/opensc-signer/Makefile +++ b/security/opensc-signer/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.1.1.1 2009/02/26 10:51:02 hasso Exp $ +# $NetBSD: Makefile,v 1.2 2009/06/08 19:11:30 hasso Exp $ PKGNAME= opensc-signer-${OPENSC_PKG_VERSION} COMMENT= Opensc signer plugin for Mozilla apps +LICENSE= gnu-lgpl-v2.1 .include "../../security/opensc/Makefile.common" diff --git a/security/opensc/Makefile b/security/opensc/Makefile index 68305c0f660..00abd22a74f 100644 --- a/security/opensc/Makefile +++ b/security/opensc/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.2 2009/02/27 07:35:30 hasso Exp $ +# $NetBSD: Makefile,v 1.3 2009/06/08 19:11:30 hasso Exp $ COMMENT= Smart Card drivers and middleware +LICENSE= gnu-lgpl-v2.1 .include "../../security/opensc/Makefile.common" diff --git a/security/xml-security-c/Makefile b/security/xml-security-c/Makefile index b1521a885f5..93a12b18533 100644 --- a/security/xml-security-c/Makefile +++ b/security/xml-security-c/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2009/05/10 12:23:36 hasso Exp $ +# $NetBSD: Makefile,v 1.2 2009/06/08 19:11:30 hasso Exp $ DISTNAME= xml-security-c-1.4.0 CATEGORIES= security devel @@ -7,6 +7,7 @@ MASTER_SITES= http://santuario.apache.org/dist/c-library/ MAINTAINER= hasso@NetBSD.org HOMEPAGE= http://santuario.apache.org/c/index.html COMMENT= XML Digital Signature specification implementation +LICENSE= apache-2.0 PKG_DESTDIR_SUPPORT= user-destdir |