freebsd-ports/devel/rubygem-descendants_tracker/Makefile
2014-08-12 00:28:05 +00:00

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>