opnsense-ports/devel/rubygem-validates_timeliness/Makefile
Franco Fichtner 0c0f8354aa */*: sync with upstream
Taken from: FreeBSD
2023-01-31 12:28:55 +01:00

20 lines
488 B
Makefile

PORTNAME= validates_timeliness
PORTVERSION= 6.0.1
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Add validation methods to ActiveModel for validating dates and times
WWW= https://github.com/adzap/validates_timeliness
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= rubygem-activemodel61>=6.0.0<7:databases/rubygem-activemodel61 \
rubygem-timeliness>=0.3.10<1:devel/rubygem-timeliness
USES= gem
NO_ARCH= yes
.include <bsd.port.mk>