diff options
author | obache <obache@pkgsrc.org> | 2009-05-25 09:48:50 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2009-05-25 09:48:50 +0000 |
commit | 6a1b6e327ba5dd0e10802ce757126d0e6343646b (patch) | |
tree | b0b79a5b0c3fc92c30d360f175c727d46c301ed5 /textproc/ruby-native-hyperestraier | |
parent | 464a262718366caa0b6122a81d475313dd073f32 (diff) | |
download | pkgsrc-6a1b6e327ba5dd0e10802ce757126d0e6343646b.tar.gz |
Note LICENSE=gnu-lgpl-v2.1.
Diffstat (limited to 'textproc/ruby-native-hyperestraier')
-rw-r--r-- | textproc/ruby-native-hyperestraier/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/ruby-native-hyperestraier/Makefile b/textproc/ruby-native-hyperestraier/Makefile index 3e818c436da..466dfc5ba04 100644 --- a/textproc/ruby-native-hyperestraier/Makefile +++ b/textproc/ruby-native-hyperestraier/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2008/06/20 01:09:38 joerg Exp $ +# $NetBSD: Makefile,v 1.4 2009/05/25 09:48:50 obache Exp $ # PKG_DESTDIR_SUPPORT= user-destdir @@ -9,6 +9,7 @@ PKGREVISION= 1 CATEGORIES= textproc ruby COMMENT= Ruby native interface of Hyper Estaier +LICENSE= gnu-lgpl-v2.1 MY_SUBDIR= rubynative BUILD_DIRS= ${MY_SUBDIR} |