- Add LICENSE_FILE

- Remove USE_RAKE
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2015-12-04 12:35:32 +00:00
parent 7e3473d0cb
commit 663a1a19d5
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=402974

View file

@ -10,16 +10,15 @@ MAINTAINER= ruby@FreeBSD.org
COMMENT= Intended to work as a drop-in for Rails applications COMMENT= Intended to work as a drop-in for Rails applications
LICENSE= MIT LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= rubygem-activerecord>=0:${PORTSDIR}/databases/rubygem-activerecord \ RUN_DEPENDS= rubygem-activerecord>=0:${PORTSDIR}/databases/rubygem-activerecord \
rubygem-activesupport>=0:${PORTSDIR}/devel/rubygem-activesupport \ rubygem-activesupport>=0:${PORTSDIR}/devel/rubygem-activesupport \
rubygem-uuidtools>=2.0.0:${PORTSDIR}/devel/rubygem-uuidtools rubygem-uuidtools>=2.0.0:${PORTSDIR}/devel/rubygem-uuidtools
NO_ARCH= yes NO_ARCH= yes
USE_RUBY= yes USE_RUBY= yes
USE_RUBYGEMS= yes USE_RUBYGEMS= yes
USE_RAKE= yes
RUBYGEM_AUTOPLIST= yes RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk> .include <bsd.port.mk>