pkgsrc/misc/ruby-descendants_tracker/Makefile
obache e5fd9b2c6b Import ruby-descendants_tracker-0.0.3 as misc/ruby-descendants_tracker.
part of PR pkg/48447

Small module to track descendants in an unobtrusive way.
2014-01-17 12:54:09 +00:00

15 lines
366 B
Makefile

# $NetBSD: Makefile,v 1.1 2014/01/17 12:54:09 obache Exp $
#
DISTNAME= descendants_tracker-0.0.3
CATEGORIES= misc
MAINTAINER= tsutsui@NetBSD.org
HOMEPAGE= https://github.com/dkubb/descendants_tracker
COMMENT= Ruby Module that adds descendant tracking to a class
LICENSE= mit
USE_LANGUAGES= # none
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"