mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-03 06:04:53 +00:00
fe1e9d7388
It validates email for application use (registering a new account for example).
23 lines
481 B
Makefile
23 lines
481 B
Makefile
PORTNAME= valid_email
|
|
PORTVERSION= 0.2.1
|
|
CATEGORIES= mail rubygems
|
|
MASTER_SITES= RG
|
|
PKGNAMESUFFIX= 02
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= ActiveModel Validation for email
|
|
WWW= https://github.com/hallelujah/valid_email
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
RUN_DEPENDS= rubygem-activemodel71>=0:databases/rubygem-activemodel71 \
|
|
rubygem-mail>=2.6.1:mail/rubygem-mail \
|
|
rubygem-simpleidn>=0:dns/rubygem-simpleidn
|
|
|
|
USES= gem
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|