freebsd-ports/devel/rubygem-virtus/Makefile
Steve Wills 1189b3d4cb - Update to 1.0.2
PR:		ports/188003
Submitted by:	Michael Moll <kvedulv@kvedulv.de>
2014-03-29 16:03:31 +00:00

22 lines
568 B
Makefile

# $FreeBSD$
PORTNAME= virtus
PORTVERSION= 1.0.2
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Attributes on Steroids for Plain Old Ruby Objects
LICENSE= MIT
RUN_DEPENDS= rubygem-axiom-types>=0.1:${PORTSDIR}/devel/rubygem-axiom-types \
rubygem-coercible>=1.0.0:${PORTSDIR}/devel/rubygem-coercible \
rubygem-descendants_tracker>=0.0.3:${PORTSDIR}/devel/rubygem-descendants_tracker \
rubygem-equalizer>=0.0.9:${PORTSDIR}/devel/rubygem-equalizer
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>