mirror of
https://git.freebsd.org/ports.git
synced 2025-05-29 01:16:28 -04:00
20 lines
436 B
Makefile
20 lines
436 B
Makefile
PORTNAME= validate_email
|
|
PORTVERSION= 0.1.6
|
|
PORTREVISION= 4
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= mfechner@FreeBSD.org
|
|
COMMENT= Validating email addresses in Rails 3 models
|
|
WWW= https://github.com/perfectline/validates_email/tree/master
|
|
|
|
LICENSE= MIT
|
|
|
|
RUN_DEPENDS= rubygem-activemodel70>=3.0:databases/rubygem-activemodel70 \
|
|
rubygem-mail>=2.2.5:mail/rubygem-mail
|
|
|
|
USES= gem
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|