opnsense-ports/devel/rubygem-virtus/Makefile
Franco Fichtner c0b97a8105 */*: sync with upstream
Taken from: FreeBSD
2023-01-16 20:20:04 +01:00

21 lines
499 B
Makefile

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