1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-21 08:42:23 +00:00
freebsd-ports/databases/rubygem-activerecord/Makefile
Pav Lucistnik 86c2c65ab7 - Update to 1.11.1
- Fix maintainer's email address

Submitted by:	Jonathan Weiss <jw@innerewut.de> (maintainer)
2005-07-20 23:31:16 +00:00

22 lines
616 B
Makefile

# Ports collection makefile for: gem-activerecord
# Date created: 27 May 2005
# Whom: Jonathan Weiss (<jw@innerewut.de>)
#
# $FreeBSD$
PORTNAME= activerecord
PORTVERSION= 1.11.1
CATEGORIES= databases ruby
MAINTAINER= jw@innerewut.de
COMMENT= Object-relational mapping layer for Rails MVC Framework
MASTER_SITES= http://rubyforge.org/frs/download.php/5163/
BUILD_DEPENDS= ${LOCALBASE}/${SPEC_DIR}/activesupport-1.1.1.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>