1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-13 07:34:50 +00:00
freebsd-ports/databases/rubygem-activemodel4/Makefile

25 lines
501 B
Makefile

# Created by: Johannes Meixner <johannes@perceivon.net>
# $FreeBSD$
PORTNAME= activemodel
PORTVERSION= 4.2.11
CATEGORIES= databases rubygems
MASTER_SITES= RG
PKGNAMESUFFIX= 4
MAINTAINER= ruby@FreeBSD.org
COMMENT= Toolkit for building modeling frameworks
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/MIT-LICENSE
RUN_DEPENDS= rubygem-activesupport4>=${PORTVERSION}:devel/rubygem-activesupport4 \
rubygem-builder>=3.2.2:devel/rubygem-builder
USES= gem
USE_RUBY= yes
NO_ARCH= yes
.include <bsd.port.mk>