diff options
Diffstat (limited to 'security/ruby-shadow/Makefile')
-rw-r--r-- | security/ruby-shadow/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/security/ruby-shadow/Makefile b/security/ruby-shadow/Makefile index a0936f9c116..26fb08b499a 100644 --- a/security/ruby-shadow/Makefile +++ b/security/ruby-shadow/Makefile @@ -1,13 +1,14 @@ -# $NetBSD: Makefile,v 1.8 2017/06/02 04:16:35 taca Exp $ +# $NetBSD: Makefile,v 1.9 2021/12/11 14:04:28 taca Exp $ -SHADOW_VER= 2.5.0 +SHADOW_VER= 2.5.1 DISTNAME= ruby-shadow-${SHADOW_VER} PKGNAME= ${RUBY_PKGPREFIX}-shadow-${SHADOW_VER} -CATEGORIES= databases security +CATEGORIES= security databases MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= https://github.com/apalmblad/ruby-shadow COMMENT= Access to shadow passwords on Linux and Solaris +LICENSE= public-domain OR unlicense USE_TOOLS+= gmake |