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

21 lines
520 B
Makefile

PORTNAME= virtus
PORTVERSION= 1.0.5
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Attributes on Steroids for Plain Old Ruby Objects
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= rubygem-axiom-types>=0.1:devel/rubygem-axiom-types \
rubygem-coercible>=1.0:devel/rubygem-coercible \
rubygem-descendants_tracker>=0.0.3:devel/rubygem-descendants_tracker \
rubygem-equalizer>=0.0.9:devel/rubygem-equalizer
NO_ARCH= yes
USE_RUBY= yes
USES= gem
.include <bsd.port.mk>