mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
devel/rubygem-valid: new port
Standalone, generic object validator for ruby PR: 247034 Submitted by: deep.alexander@gmail.com
This commit is contained in:
parent
697005ef38
commit
ada4d0a7d0
4 changed files with 25 additions and 0 deletions
|
@ -6700,6 +6700,7 @@
|
|||
SUBDIR += rubygem-useragent
|
||||
SUBDIR += rubygem-uuid
|
||||
SUBDIR += rubygem-uuidtools
|
||||
SUBDIR += rubygem-valid
|
||||
SUBDIR += rubygem-validatable
|
||||
SUBDIR += rubygem-validate_email
|
||||
SUBDIR += rubygem-validate_url
|
||||
|
|
16
devel/rubygem-valid/Makefile
Normal file
16
devel/rubygem-valid/Makefile
Normal file
|
@ -0,0 +1,16 @@
|
|||
PORTNAME= valid
|
||||
PORTVERSION= 1.2.0
|
||||
CATEGORIES= devel rubygems
|
||||
MASTER_SITES= RG
|
||||
|
||||
MAINTAINER= ports@armchairs.be
|
||||
COMMENT= Standalone, generic object validator for ruby
|
||||
|
||||
LICENSE= ISCL
|
||||
|
||||
USES= gem
|
||||
USE_RUBY= yes
|
||||
|
||||
NO_ARCH= yes
|
||||
|
||||
.include <bsd.port.mk>
|
3
devel/rubygem-valid/distinfo
Normal file
3
devel/rubygem-valid/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
TIMESTAMP = 1591454819
|
||||
SHA256 (rubygem/valid-1.2.0.gem) = a321b996b32ad5be6fc27020b477fd8b8129bf2adf9ac0852cd0f797667cb96f
|
||||
SIZE (rubygem/valid-1.2.0.gem) = 9216
|
5
devel/rubygem-valid/pkg-descr
Normal file
5
devel/rubygem-valid/pkg-descr
Normal file
|
@ -0,0 +1,5 @@
|
|||
Validator is a simple ruby validation class.
|
||||
|
||||
It's not used directly inside the class but rather outside.
|
||||
|
||||
WWW: https://github.com/zombor/Validator
|
Loading…
Add table
Reference in a new issue