1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-11 07:22:22 +00:00
freebsd-ports/devel/rubygem-virtus/Makefile
Sunpoet Po-Chuan Hsieh b4de01be80 - Add LICENSE
- Remove contiguous blank lines
2013-12-11 18:49:44 +00:00

21 lines
434 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
LICENSE= MIT
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>