25 lines
477 B
Makefile
25 lines
477 B
Makefile
# Created by: Johannes Meixner <johannes@perceivon.net>
|
|
|
|
PORTNAME= activemodel
|
|
PORTVERSION= 6.1.3.2
|
|
CATEGORIES= databases rubygems
|
|
MASTER_SITES= RG
|
|
PKGNAMESUFFIX= 613
|
|
|
|
MAINTAINER= mfechner@FreeBSD.org
|
|
COMMENT= Toolkit for building modeling frameworks
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/MIT-LICENSE
|
|
|
|
RUN_DEPENDS= rubygem-activesupport613>=${PORTVERSION}:devel/rubygem-activesupport613
|
|
|
|
USES= gem
|
|
USE_RUBY= yes
|
|
|
|
NO_ARCH= yes
|
|
|
|
PORTSCOUT= limit:^6\.1\.
|
|
|
|
.include <bsd.port.mk>
|