svn commit: r406423 - head/devel/rubygem-devise
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Sun Jan 17 13:20:54 UTC 2016
Author: sunpoet
Date: Sun Jan 17 13:20:53 2016
New Revision: 406423
URL: https://svnweb.freebsd.org/changeset/ports/406423
Log:
- Add LICENSE_FILE
- Use full path for SLAVEDIRS
Sponsored by: PortsCamp Taiwan
Modified:
head/devel/rubygem-devise/Makefile
Modified: head/devel/rubygem-devise/Makefile
==============================================================================
--- head/devel/rubygem-devise/Makefile Sun Jan 17 13:20:48 2016 (r406422)
+++ head/devel/rubygem-devise/Makefile Sun Jan 17 13:20:53 2016 (r406423)
@@ -10,6 +10,7 @@ MAINTAINER= ruby at FreeBSD.org
COMMENT= Flexible authentication solution for Rails with Warden
LICENSE= MIT
+LICENSE_FILE= ${WRKSRC}/MIT-LICENSE
RUN_DEPENDS= rubygem-bcrypt>=3.0:${PORTSDIR}/security/rubygem-bcrypt \
rubygem-orm_adapter>=0.1:${PORTSDIR}/devel/rubygem-orm_adapter \
@@ -17,14 +18,13 @@ RUN_DEPENDS= rubygem-bcrypt>=3.0:${PORTS
rubygem-warden>=1.2.3:${PORTSDIR}/devel/rubygem-warden
NO_ARCH= yes
-
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
BROKEN_RUBY23= yes
-SLAVEDIRS= rubygem-devise-rails4
+SLAVEDIRS= devel/rubygem-devise-rails4
OPTIONS_SINGLE= RAILS
OPTIONS_SINGLE_RAILS= RAILS3 RAILS4
More information about the svn-ports-head
mailing list