ports/devel/rubygem-validate_email/Makefile
2024-05-21 11:24:51 +03:00

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>