diff options
-rw-r--r-- | devel/rubygem-webby/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/rubygem-webby/Makefile b/devel/rubygem-webby/Makefile index 36abc52c77f9..6f48f8e8244a 100644 --- a/devel/rubygem-webby/Makefile +++ b/devel/rubygem-webby/Makefile @@ -10,6 +10,8 @@ MASTER_SITES= RG MAINTAINER= zi@FreeBSD.org COMMENT= Small website management system +LICENSE= MIT + RUN_DEPENDS= rubygem-bones>=2.5.0:${PORTSDIR}/devel/rubygem-bones \ rubygem-directory_watcher>=1.1.2:${PORTSDIR}/devel/rubygem-directory_watcher \ rubygem-hpricot>=0.6.0:${PORTSDIR}/www/rubygem-hpricot \ @@ -19,7 +21,6 @@ RUN_DEPENDS= rubygem-bones>=2.5.0:${PORTSDIR}/devel/rubygem-bones \ rubygem-rspec>=1.2.2:${PORTSDIR}/devel/rubygem-rspec NO_ARCH= yes - USE_RUBY= yes USE_RUBYGEMS= yes USE_RAKE= yes |