opnsense-ports/devel/rubygem-validate_url/Makefile
Franco Fichtner 69ffeb8a51 */*: sync with upstream
Taken from: HardenedBSD
2021-04-07 20:24:01 +02:00

23 lines
466 B
Makefile

# Created by: Matthias Fechner <mfechner@FreeBSD.org>
PORTNAME= validate_url
PORTVERSION= 1.0.8
PORTREVISION= 2
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= mfechner@FreeBSD.org
COMMENT= Validating urls in Rails
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.md
RUN_DEPENDS= rubygem-activemodel60>=3.0:databases/rubygem-activemodel60 \
rubygem-public_suffix>=0:dns/rubygem-public_suffix
USES= gem
USE_RUBY= yes
NO_ARCH= yes
.include <bsd.port.mk>