- Add LICENSE

- Sort RUN_DEPENDS
- Fix indent
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2015-05-27 17:53:34 +00:00
parent 7887503c6b
commit fc0d621a5a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=387649

View file

@ -9,8 +9,10 @@ MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org MAINTAINER= ruby@FreeBSD.org
COMMENT= Allows performing chunked queries COMMENT= Allows performing chunked queries
RUN_DEPENDS= rubygem-dm-core>=1.0:${PORTSDIR}/databases/rubygem-dm-core \ LICENSE= MIT
rubygem-dm-aggregates>=1.0:${PORTSDIR}/databases/rubygem-dm-aggregates
RUN_DEPENDS= rubygem-dm-aggregates>=1.0:${PORTSDIR}/databases/rubygem-dm-aggregates \
rubygem-dm-core>=1.0:${PORTSDIR}/databases/rubygem-dm-core
USE_RUBY= yes USE_RUBY= yes
USE_RUBYGEMS= yes USE_RUBYGEMS= yes