svn commit: r387153 - head/www/rubygem-lighthouse-api
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Sat May 23 15:37:27 UTC 2015
Author: sunpoet
Date: Sat May 23 15:37:25 2015
New Revision: 387153
URL: https://svnweb.freebsd.org/changeset/ports/387153
Log:
- Add LICENSE
- Sort RUN_DEPENDS
Modified:
head/www/rubygem-lighthouse-api/Makefile
Modified: head/www/rubygem-lighthouse-api/Makefile
==============================================================================
--- head/www/rubygem-lighthouse-api/Makefile Sat May 23 15:37:21 2015 (r387152)
+++ head/www/rubygem-lighthouse-api/Makefile Sat May 23 15:37:25 2015 (r387153)
@@ -8,8 +8,10 @@ MASTER_SITES= RG
MAINTAINER= ruby at FreeBSD.org
COMMENT= Ruby interface for lighthouse ticketing system
-RUN_DEPENDS+= rubygem-activesupport>=3.0.0:${PORTSDIR}/devel/rubygem-activesupport \
- rubygem-activeresource>=3.0.0:${PORTSDIR}/www/rubygem-activeresource
+LICENSE= MIT
+
+RUN_DEPENDS= rubygem-activeresource>=3.0.0:${PORTSDIR}/www/rubygem-activeresource \
+ rubygem-activesupport>=3.0.0:${PORTSDIR}/devel/rubygem-activesupport
USE_RUBY= yes
USE_RUBYGEMS= yes
More information about the svn-ports-all
mailing list