mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
Add rubygem-arel8 8.0.0 (copied from rubygem-arel)
- Add PORTSCOUT
This commit is contained in:
parent
9a9a6a9647
commit
d24f55d15c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=456541
4 changed files with 32 additions and 0 deletions
|
@ -922,6 +922,7 @@
|
||||||
SUBDIR += rubygem-arel-helpers
|
SUBDIR += rubygem-arel-helpers
|
||||||
SUBDIR += rubygem-arel6
|
SUBDIR += rubygem-arel6
|
||||||
SUBDIR += rubygem-arel7
|
SUBDIR += rubygem-arel7
|
||||||
|
SUBDIR += rubygem-arel8
|
||||||
SUBDIR += rubygem-awesome_nested_set
|
SUBDIR += rubygem-awesome_nested_set
|
||||||
SUBDIR += rubygem-bdb1
|
SUBDIR += rubygem-bdb1
|
||||||
SUBDIR += rubygem-bigrecord
|
SUBDIR += rubygem-bigrecord
|
||||||
|
|
22
databases/rubygem-arel8/Makefile
Normal file
22
databases/rubygem-arel8/Makefile
Normal file
|
@ -0,0 +1,22 @@
|
||||||
|
# $FreeBSD$
|
||||||
|
|
||||||
|
PORTNAME= arel
|
||||||
|
PORTVERSION= 8.0.0
|
||||||
|
PORTEPOCH= 1
|
||||||
|
CATEGORIES= databases rubygems
|
||||||
|
MASTER_SITES= RG
|
||||||
|
PKGNAMESUFFIX= 8
|
||||||
|
|
||||||
|
MAINTAINER= sunpoet@FreeBSD.org
|
||||||
|
COMMENT= Relational Algebra for Ruby
|
||||||
|
|
||||||
|
LICENSE= MIT
|
||||||
|
LICENSE_FILE= ${WRKSRC}/MIT-LICENSE.txt
|
||||||
|
|
||||||
|
PORTSCOUT= limit:^8\.
|
||||||
|
|
||||||
|
NO_ARCH= yes
|
||||||
|
USE_RUBY= yes
|
||||||
|
USES= gem
|
||||||
|
|
||||||
|
.include <bsd.port.mk>
|
3
databases/rubygem-arel8/distinfo
Normal file
3
databases/rubygem-arel8/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
TIMESTAMP = 1488023632
|
||||||
|
SHA256 (rubygem/arel-8.0.0.gem) = f4777aabfe12a9e99713674240971d7f1f515cc258d561cd2dc2c06bd8c2805b
|
||||||
|
SIZE (rubygem/arel-8.0.0.gem) = 32256
|
6
databases/rubygem-arel8/pkg-descr
Normal file
6
databases/rubygem-arel8/pkg-descr
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
A toolkit for building modeling frameworks like Active Record and
|
||||||
|
Active Resource. Rich support for attributes, callbacks,
|
||||||
|
validations, observers, serialization, internationalization,
|
||||||
|
and testing.
|
||||||
|
|
||||||
|
WWW: https://github.com/rails/arel
|
Loading…
Add table
Reference in a new issue