mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-11 07:22:22 +00:00
b4de01be80
- Remove contiguous blank lines
21 lines
434 B
Makefile
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>
|