mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
databases/rubygem-activerecord5: Update WWW and clean up pkg-descr
This commit is contained in:
parent
a89611ae2e
commit
4df72f410e
2 changed files with 2 additions and 3 deletions
|
@ -6,7 +6,8 @@ PKGNAMESUFFIX= 5
|
||||||
|
|
||||||
MAINTAINER= sunpoet@FreeBSD.org
|
MAINTAINER= sunpoet@FreeBSD.org
|
||||||
COMMENT= Object-relational mapping layer for Rails MVC Framework
|
COMMENT= Object-relational mapping layer for Rails MVC Framework
|
||||||
WWW= https://github.com/rails/rails/tree/main/activerecord
|
WWW= https://rubyonrails.org/ \
|
||||||
|
https://github.com/rails/rails/tree/main/activerecord
|
||||||
|
|
||||||
LICENSE= MIT
|
LICENSE= MIT
|
||||||
LICENSE_FILE= ${WRKSRC}/MIT-LICENSE
|
LICENSE_FILE= ${WRKSRC}/MIT-LICENSE
|
||||||
|
|
|
@ -9,5 +9,3 @@ Active Record relies heavily on naming in that it uses class and association
|
||||||
names to establish mappings between respective database tables and foreign key
|
names to establish mappings between respective database tables and foreign key
|
||||||
columns. Although these mappings can be defined explicitly, it's recommended to
|
columns. Although these mappings can be defined explicitly, it's recommended to
|
||||||
follow naming conventions, especially when getting started with the library.
|
follow naming conventions, especially when getting started with the library.
|
||||||
|
|
||||||
See also: https://rubyonrails.org/
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue