diff options
author | obache <obache> | 2010-05-15 13:20:13 +0000 |
---|---|---|
committer | obache <obache> | 2010-05-15 13:20:13 +0000 |
commit | 7396f47b3d10cf1a91937a4a7abc17bec8b89b5f (patch) | |
tree | 32c5c5583ba8a873322c8a7dea2f42ab3f5a199a /textproc | |
parent | e82ebe094ba92917b48611e9a35f790d6161f61e (diff) | |
download | pkgsrc-7396f47b3d10cf1a91937a4a7abc17bec8b89b5f.tar.gz |
Note commented out LICENSE (Ruby's).
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/ruby-xmlscan/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/ruby-xmlscan/Makefile b/textproc/ruby-xmlscan/Makefile index 3aa3f41a22a..0a03de638de 100644 --- a/textproc/ruby-xmlscan/Makefile +++ b/textproc/ruby-xmlscan/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2008/10/29 04:16:15 obache Exp $ +# $NetBSD: Makefile,v 1.7 2010/05/15 13:20:13 obache Exp $ # DISTNAME= xmlscan-${VER} @@ -10,6 +10,7 @@ MASTER_SITES= http://www.blue.sky.or.jp/atelier/ruby/xmlscan/ MAINTAINER= obache@NetBSD.org HOMEPAGE= http://www.blue.sky.or.jp/atelier/ruby/xmlscan/ COMMENT= Pure Ruby XML parser +#LICENSE= # Ruby's PKG_DESTDIR_SUPPORT= user-destdir |