Changes: https://github.com/rails/rails/blob/3-2-stable/activemodel/CHANGELOG.md https://github.com/rails/rails/compare/v3.2.22...v3.2.22.1 Security: bb0ef21d-0e1b-461b-bc3d-9cba39948888 MFH: 2016Q1
23 lines
481 B
Makefile
23 lines
481 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= activemodel
|
|
PORTVERSION= 3.2.22.1
|
|
CATEGORIES= databases rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= Toolkit for building modeling frameworks
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/MIT-LICENSE
|
|
|
|
RUN_DEPENDS= rubygem-activesupport>=${PORTVERSION}:${PORTSDIR}/devel/rubygem-activesupport \
|
|
rubygem-builder>=3.0.0:${PORTSDIR}/devel/rubygem-builder
|
|
|
|
NO_ARCH= yes
|
|
USE_RUBY= yes
|
|
USE_RUBYGEMS= yes
|
|
RUBYGEM_AUTOPLIST= yes
|
|
|
|
.include <bsd.port.mk>
|