diff options
author | wiz <wiz@pkgsrc.org> | 2016-12-07 10:48:24 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2016-12-07 10:48:24 +0000 |
commit | a58c058e8fbe08c2c2b698e887c35642dada0725 (patch) | |
tree | f8c08a86316ac53ce87d50a6745ac029bee811b6 /security/py-pbkdf2 | |
parent | e9adf14373df2da7460f5f60e77a0bb544655dc8 (diff) | |
download | pkgsrc-a58c058e8fbe08c2c2b698e887c35642dada0725.tar.gz |
Improve COMMENT for INDEX.
PR 51696 by Dmitry Marakasov.
Diffstat (limited to 'security/py-pbkdf2')
-rw-r--r-- | security/py-pbkdf2/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/py-pbkdf2/Makefile b/security/py-pbkdf2/Makefile index 041773d5b15..df3936ff29b 100644 --- a/security/py-pbkdf2/Makefile +++ b/security/py-pbkdf2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2016/09/02 16:30:20 wiz Exp $ +# $NetBSD: Makefile,v 1.2 2016/12/07 10:48:45 wiz Exp $ DISTNAME= pbkdf2-1.3 PKGNAME= ${PYPKGPREFIX}-pbkdf2-1.3 @@ -8,7 +8,7 @@ MASTER_SITES= ${MASTER_SITE_PYPI:=p/pbkdf2/} MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= https://pypi.python.org/pypi/pbkdf2 -COMMENT= "PKCS#5 v2.0 PBKDF2 Module" +COMMENT= PKCS#5 v2.0 PBKDF2 Module LICENSE= mit USE_LANGUAGES= # none |