[BACK]Return to Makefile CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / pkgsrc / devel / ruby-rbtree

Annotation of pkgsrc/devel/ruby-rbtree/Makefile, Revision 1.1.1.1

1.1       wiz         1: # $NetBSD$
                      2: #
                      3:
                      4: DISTNAME=      rbtree-0.2.0
                      5: PKGNAME=       ${RUBY_PKGPREFIX}-${DISTNAME}
                      6: CATEGORIES=    devel
                      7: MASTER_SITES=  http://www.geocities.co.jp/SiliconValley-PaloAlto/3388/rbtree/
                      8:
                      9: MAINTAINER=    pkgsrc-users@NetBSD.org
                     10: HOMEPAGE=      http://www.geocities.co.jp/SiliconValley-PaloAlto/3388/rbtree/README.html
                     11: COMMENT=       Sorted associative collection using Red-Black Trees for Ruby
                     12:
                     13: USE_RUBY_EXTCONF=      yes
                     14:
                     15: .include "../../lang/ruby/modules.mk"
                     16: .include "../../mk/bsd.pkg.mk"

CVSweb <webmaster@jp.NetBSD.org>