19 lines
421 B
Makefile
19 lines
421 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= virtus
|
|
PORTVERSION= 0.5.5
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= Attributes on Steroids for Plain Old Ruby Objects
|
|
|
|
RUN_DEPENDS= rubygem-backports>=3.3:${PORTSDIR}/devel/rubygem-backports \
|
|
rubygem-descendants_tracker>=0.0.1:${PORTSDIR}/devel/rubygem-descendants_tracker
|
|
|
|
USE_RUBY= yes
|
|
USE_RUBYGEMS= yes
|
|
RUBYGEM_AUTOPLIST= yes
|
|
|
|
|
|
.include <bsd.port.mk>
|