opnsense-ports/devel/rubygem-validate_email/Makefile
Franco Fichtner c0b97a8105 */*: sync with upstream
Taken from: FreeBSD
2023-01-16 20:20:04 +01:00

20 lines
436 B
Makefile

PORTNAME= validate_email
PORTVERSION= 0.1.6
PORTREVISION= 3
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-activemodel61>=3.0:databases/rubygem-activemodel61 \
rubygem-mail>=2.2.5:mail/rubygem-mail
USES= gem
NO_ARCH= yes
.include <bsd.port.mk>