opnsense-ports/databases/rubygem-activemodel52/Makefile
Franco Fichtner 80a14a3872 */*: sync with upstream
Taken from: HardenedBSD
2019-08-27 06:04:25 +02:00

25 lines
483 B
Makefile

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