mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-10 18:41:17 +02:00
21 lines
471 B
Makefile
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= 6.0.1
|
|
CATEGORIES= databases rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Toolkit for building modeling frameworks
|
|
|
|
RUN_DEPENDS= rubygem-activesupport>=${PORTVERSION}:rails6/rubygem-activesupport
|
|
|
|
USES= gem
|
|
USE_RUBY= yes
|
|
|
|
NO_ARCH= yes
|
|
|
|
|
|
.include <bsd.port.mk>
|