diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2013-12-12 02:49:44 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2013-12-12 02:49:44 +0800 |
commit | 0aaa6dbb32f4ef7e398151aa6c54153b6a784d74 (patch) | |
tree | d689440e1f98e74daaae05d53f5c875c039b1516 | |
parent | abbb703e3970d133350175b7f9139bdc6089a0a8 (diff) | |
download | freebsd-ports-gnome-0aaa6dbb32f4ef7e398151aa6c54153b6a784d74.tar.gz freebsd-ports-gnome-0aaa6dbb32f4ef7e398151aa6c54153b6a784d74.tar.zst freebsd-ports-gnome-0aaa6dbb32f4ef7e398151aa6c54153b6a784d74.zip |
- Add LICENSE
- Remove contiguous blank lines
-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> |