New port required for gitlab-ce 13.0.

This commit is contained in:
Matthias Fechner 2020-06-04 19:51:11 +00:00
parent 786ac2a5da
commit d29276d69c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=537938
4 changed files with 31 additions and 0 deletions

View File

@ -594,6 +594,7 @@
SUBDIR += rubygem-roadie3
SUBDIR += rubygem-ruby-qmail
SUBDIR += rubygem-tmail
SUBDIR += rubygem-valid_email
SUBDIR += rubygem-vmail
SUBDIR += s-nail
SUBDIR += sa-stats

View File

@ -0,0 +1,23 @@
# Created by: Matthias Fechner <mfechner@FreeBSD.org>
# $FreeBSD$
PORTNAME= valid_email
PORTVERSION= 0.1.3
CATEGORIES= mail rubygems
MASTER_SITES= RG
MAINTAINER= mfechner@FreeBSD.org
COMMENT= ActiveModel Validation for email
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= rubygem-activemodel60>=0:databases/rubygem-activemodel60 \
rubygem-mail>=2.6.1:mail/rubygem-mail
USES= gem
USE_RUBY= yes
NO_ARCH= yes
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1590212549
SHA256 (rubygem/valid_email-0.1.3.gem) = b81452b51b64c4beb67913f68db52c20ecb4d73d45512f5b282ab4a3f4416570
SIZE (rubygem/valid_email-0.1.3.gem) = 15872

View File

@ -0,0 +1,4 @@
ActiveModel Validation for email.
It validates email for application use (registering a new account for example).
WWW: https://github.com/hallelujah/valid_email