Files
bsdports/rails5/rubygem-activemodel/Makefile
2019-12-26 07:26:06 +00:00

21 lines
471 B
Makefile

# Created by: Johannes Meixner <johannes@perceivon.net>
# $FreeBSD: head/databases/rubygem-activemodel52/Makefile 509809 2019-08-25 18:04:11Z sunpoet $
PORTNAME= activemodel
PORTVERSION= 5.2.3
CATEGORIES= databases rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Toolkit for building modeling frameworks
RUN_DEPENDS= rubygem-activesupport>=${PORTVERSION}:rails5/rubygem-activesupport
USES= gem
USE_RUBY= yes
NO_ARCH= yes
.include <bsd.port.mk>