pkgsrc/devel/ruby-little-plugger/Makefile
taca 77da1551d8 Importing ruby-little-plugger 1.1.2.
LittlePlugger is a module that provides Gem based plugin management.
By extending your own class or module with LittlePlugger you can
easily manage the loading and initializing of plugins provided by
other gems.
2010-09-12 01:32:06 +00:00

12 lines
336 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2010/09/12 01:32:06 taca Exp $
DISTNAME= little-plugger-1.1.2
CATEGORIES= devel
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://gemcutter.org/gems/little-plugger
COMMENT= Module that provides Gem based plugin management
LICENSE= mit
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"