Files
ports/devel/rubygem-descendants_tracker/Makefile
Mathieu Arnold cf118ccf87 One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
2021-04-07 10:09:01 +02:00

19 lines
356 B
Makefile

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
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= rubygem-thread_safe>=0.3.1:devel/rubygem-thread_safe
NO_ARCH= yes
USE_RUBY= yes
USES= gem
.include <bsd.port.mk>