diff options
author | tonnerre <tonnerre@pkgsrc.org> | 2014-01-01 23:55:22 +0000 |
---|---|---|
committer | tonnerre <tonnerre@pkgsrc.org> | 2014-01-01 23:55:22 +0000 |
commit | b41a43d9f7bb17d0980711575d919064cc622a46 (patch) | |
tree | b135737616a3a7f2b04b8c2322a723fe565d5293 /sysutils | |
parent | 52bf8921ab5c19a4433691789685f76bb7dd5fd5 (diff) | |
download | pkgsrc-b41a43d9f7bb17d0980711575d919064cc622a46.tar.gz |
Update the license of Puppet, which has been changed to Apache 2.0 in the
meantime. Closes PR pkg/48392.
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/puppet/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/puppet/Makefile b/sysutils/puppet/Makefile index 6926c035dcb..98585366c17 100644 --- a/sysutils/puppet/Makefile +++ b/sysutils/puppet/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2014/01/01 23:46:38 tonnerre Exp $ +# $NetBSD: Makefile,v 1.17 2014/01/01 23:55:22 tonnerre Exp $ DISTNAME= puppet-3.1.1 PKGREVISION= 1 @@ -8,7 +8,7 @@ CATEGORIES= sysutils MAINTAINER= tonnerre@NetBSD.org HOMEPAGE= http://www.puppetlabs.com/ COMMENT= Configuration management framework written in Ruby -LICENSE= gnu-gpl-v2 +LICENSE= apache-2.0 DEPENDS+= ${RUBY_PKGPREFIX}-facter>=1.6.18:../../sysutils/ruby-facter DEPENDS+= ${RUBY_PKGPREFIX}-hiera>=1.0.0:../../databases/ruby-hiera |