mirror of
https://git.freebsd.org/ports.git
synced 2025-05-30 18:06:27 -04:00
21 lines
520 B
Makefile
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>
|