3ddc49f5e5
PR: ports/95688 Submitted by: Jonathan Weiss <jw@innerewut.de> (maintainer)
17 lines
492 B
Makefile
17 lines
492 B
Makefile
# Ports collection makefile for: gem-activesupport
|
|
# Date created: 27 May 2005
|
|
# Whom: Jonathan Weiss (<jw@innerewut.de>)
|
|
#
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= activesupport
|
|
PORTVERSION= 1.3.1
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= http://rubyforge.org/frs/download.php/9562/
|
|
|
|
MAINTAINER= jw@innerewut.de
|
|
COMMENT= Utility classes and extension that are required by Rails MVC Framework
|
|
|
|
.include <bsd.port.pre.mk>
|
|
.include "${PORTSDIR}/devel/ruby-gems/Makefile.common"
|
|
.include <bsd.port.post.mk>
|