mirror of
https://git.freebsd.org/ports.git
synced 2025-06-07 05:40:30 -04:00
- Add LICENSE
- Sort RUN_DEPENDS - Fix indent
This commit is contained in:
parent
7887503c6b
commit
fc0d621a5a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=387649
1 changed files with 12 additions and 10 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue