19 lines
366 B
Makefile
19 lines
366 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= descendants_tracker
|
|
PORTVERSION= 0.0.4
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= Module that adds descendant tracking to a class
|
|
|
|
LICENSE= MIT
|
|
|
|
RUN_DEPENDS= rubygem-thread_safe>=0.3.1:${PORTSDIR}/devel/rubygem-thread_safe
|
|
|
|
USE_RUBY= yes
|
|
USE_RUBYGEMS= yes
|
|
RUBYGEM_AUTOPLIST= yes
|
|
|
|
.include <bsd.port.mk>
|