mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-18 00:10:04 +00:00
databases/rubygem-activerecord4: Update WWW and clean up pkg-descr
This commit is contained in:
parent
7ba7a019e4
commit
a89611ae2e
@ -6,7 +6,8 @@ PKGNAMESUFFIX= 4
|
||||
|
||||
MAINTAINER= sunpoet@FreeBSD.org
|
||||
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_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
|
||||
columns. Although these mappings can be defined explicitly, it's recommended to
|
||||
follow naming conventions, especially when getting started with the library.
|
||||
|
||||
See also: https://rubyonrails.org/
|
||||
|
Loading…
Reference in New Issue
Block a user