diff options
author | taca <taca@pkgsrc.org> | 2010-05-29 15:04:53 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2010-05-29 15:04:53 +0000 |
commit | 780c7ee02e77d4b7c7d7416b8830189dfafe8e48 (patch) | |
tree | e1343b4e3259e927a19c1611ca7ff5f2c4a9a4a6 /time/ruby-tzinfo | |
parent | 68effdde353ffdc8def1838f7f08eada4649084c (diff) | |
download | pkgsrc-780c7ee02e77d4b7c7d7416b8830189dfafe8e48.tar.gz |
Add LICENSE.
Diffstat (limited to 'time/ruby-tzinfo')
-rw-r--r-- | time/ruby-tzinfo/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/time/ruby-tzinfo/Makefile b/time/ruby-tzinfo/Makefile index 54a08a5d420..27e6a9496ea 100644 --- a/time/ruby-tzinfo/Makefile +++ b/time/ruby-tzinfo/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2010/05/29 15:03:53 taca Exp $ +# $NetBSD: Makefile,v 1.18 2010/05/29 15:04:53 taca Exp $ DISTNAME= tzinfo-0.3.22 PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME} @@ -7,6 +7,7 @@ CATEGORIES= time MAINTAINER= minskim@NetBSD.org HOMEPAGE= http://tzinfo.rubyforge.org/ COMMENT= Daylight-savings-aware timezone library +LICENSE= mit .include "../../misc/rubygems/rubygem.mk" .include "../../mk/bsd.pkg.mk" |