freebsd-ports/databases/rubygem-activerecord/Makefile
Pav Lucistnik 46df757fcc Action Record
In Rails, the model is handled by what's called a object-relational
mapping layer entitled Active Record. This layer allows you to present
the data from database rows as objects and embellish these data objects
with business logic methods

PR:		ports/82397
Submitted by:	Jonathan Weiss <jw@innerewut.de>
2005-07-20 13:53:52 +00:00

21 lines
618 B
Makefile

# Ports collection makefile for: gem-activerecord
# Date created: 27 May 2005
# Whom: Jonathan Weiss (<jw@innerewut.net>)
#
# $FreeBSD$
PORTNAME= activerecord
PORTVERSION= 1.10.1
CATEGORIES= databases ruby
MAINTAINER= jw@innerewut.net
COMMENT= Object-relational mapping layer for Rails MVC Framework
MASTER_SITES= http://rubyforge.org/frs/download.php/4146/
BUILD_DEPENDS= ${LOCALBASE}/${SPEC_DIR}/activesupport-1.0.4.gemspec:${PORTSDIR}/devel/rubygem-activesupport
RUN_DEPENDS= ${BUILD_DEPENDS}
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/ruby-gems/Makefile.common"
.include <bsd.port.post.mk>