opnsense-ports/databases/rubygem-activemodel5/Makefile
Franco Fichtner 6da216bcf2 */*: sync with upstream
Taken from: HardenedBSD
2018-12-03 05:38:29 +01:00

25 lines
482 B
Makefile

# Created by: Johannes Meixner <johannes@perceivon.net>
# $FreeBSD$
PORTNAME= activemodel
PORTVERSION= 5.1.6.1
CATEGORIES= databases rubygems
MASTER_SITES= RG
PKGNAMESUFFIX= 5
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Toolkit for building modeling frameworks
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/MIT-LICENSE
RUN_DEPENDS= rubygem-activesupport5>=${PORTVERSION}:devel/rubygem-activesupport5
PORTSCOUT= limit:^5\.1\.
USES= gem
USE_RUBY= yes
NO_ARCH= yes
.include <bsd.port.mk>