opnsense-ports/databases/rubygem-activemodel50/Makefile
Franco Fichtner a309cd75a6 */*: sync with upstream
Taken from: HardenedBSD
2019-08-18 05:35:32 +02:00

25 lines
485 B
Makefile

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