e5fd9b2c6b
part of PR pkg/48447 Small module to track descendants in an unobtrusive way.
15 lines
366 B
Makefile
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"
|