2005-07-20 15:53:52 +02:00
|
|
|
# Ports collection makefile for: gem-activerecord
|
|
|
|
# Date created: 27 May 2005
|
2005-07-21 01:31:16 +02:00
|
|
|
# Whom: Jonathan Weiss (<jw@innerewut.de>)
|
2005-07-20 15:53:52 +02:00
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= activerecord
|
2005-07-21 01:31:16 +02:00
|
|
|
PORTVERSION= 1.11.1
|
2005-07-20 15:53:52 +02:00
|
|
|
CATEGORIES= databases ruby
|
|
|
|
|
2005-07-21 01:31:16 +02:00
|
|
|
MAINTAINER= jw@innerewut.de
|
2005-07-20 15:53:52 +02:00
|
|
|
COMMENT= Object-relational mapping layer for Rails MVC Framework
|
|
|
|
|
2005-07-21 01:31:16 +02:00
|
|
|
MASTER_SITES= http://rubyforge.org/frs/download.php/5163/
|
2005-07-20 15:53:52 +02:00
|
|
|
|
2005-07-21 01:31:16 +02:00
|
|
|
BUILD_DEPENDS= ${LOCALBASE}/${SPEC_DIR}/activesupport-1.1.1.gemspec:${PORTSDIR}/devel/rubygem-activesupport
|
2005-07-20 15:53:52 +02:00
|
|
|
RUN_DEPENDS= ${BUILD_DEPENDS}
|
|
|
|
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
.include "${PORTSDIR}/devel/ruby-gems/Makefile.common"
|
|
|
|
.include <bsd.port.post.mk>
|