diff options
author | abs <abs@pkgsrc.org> | 2017-09-13 10:40:18 +0000 |
---|---|---|
committer | abs <abs@pkgsrc.org> | 2017-09-13 10:40:18 +0000 |
commit | 99e947619a130231edcc20f1653a223e4aa6ea5f (patch) | |
tree | 6100880d867737407973eb27a3a145ecdd529070 /security | |
parent | b69ddbebf36ceddbcb77695fd0621720818fcbd6 (diff) | |
download | pkgsrc-99e947619a130231edcc20f1653a223e4aa6ea5f.tar.gz |
Fix LICENSE pattern (lgpl2 -> gnu-lgpl-v2.1)
Diffstat (limited to 'security')
-rw-r--r-- | security/pear-Crypt_GPG/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/pear-Crypt_GPG/Makefile b/security/pear-Crypt_GPG/Makefile index b2e6743b625..19f62ecedbc 100644 --- a/security/pear-Crypt_GPG/Makefile +++ b/security/pear-Crypt_GPG/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.5 2017/09/05 15:00:03 taca Exp $ +# $NetBSD: Makefile,v 1.6 2017/09/13 10:40:18 abs Exp $ DISTNAME= Crypt_GPG-1.6.2 CATEGORIES= security MAINTAINER= pkgsrc-users@NetBSD.org COMMENT= Object oriented interface to GNU Privacy Guard -LICENSE= lgpl2 +LICENSE= gnu-lgpl-v2.1 DEPENDS+= ${PHP_PKG_PREFIX}-pear-Console_CommandLine>=1.1.10:../../devel/pear-Console_CommandLine |