mirror of
https://git.freebsd.org/ports.git
synced 2025-06-04 20:36: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
|
@ -1,19 +1,21 @@
|
||||||
# Created by: Ryan Steinmetz <zi@FreeBSD.org>
|
# Created by: Ryan Steinmetz <zi@FreeBSD.org>
|
||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
|
|
||||||
PORTNAME= dm-chunked_query
|
PORTNAME= dm-chunked_query
|
||||||
PORTVERSION= 0.3.1
|
PORTVERSION= 0.3.1
|
||||||
CATEGORIES= databases rubygems
|
CATEGORIES= databases rubygems
|
||||||
MASTER_SITES= RG
|
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
|
|
||||||
|
|
||||||
USE_RUBY= yes
|
RUN_DEPENDS= rubygem-dm-aggregates>=1.0:${PORTSDIR}/databases/rubygem-dm-aggregates \
|
||||||
USE_RUBYGEMS= yes
|
rubygem-dm-core>=1.0:${PORTSDIR}/databases/rubygem-dm-core
|
||||||
|
|
||||||
|
USE_RUBY= yes
|
||||||
|
USE_RUBYGEMS= yes
|
||||||
RUBYGEM_AUTOPLIST= yes
|
RUBYGEM_AUTOPLIST= yes
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
Loading…
Add table
Reference in a new issue