diff options
-rw-r--r-- | devel/rubygem-virtus/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/rubygem-virtus/Makefile b/devel/rubygem-virtus/Makefile index 8c89e3eaa031..863a95de1a05 100644 --- a/devel/rubygem-virtus/Makefile +++ b/devel/rubygem-virtus/Makefile @@ -8,6 +8,8 @@ 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 @@ -15,5 +17,4 @@ USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes - .include <bsd.port.mk> |