# Ports collection makefile for:	rubygem-actionwebservice
# Date created:				27 May 2005
# Whom:					Jonathan Weiss (<jw@innerewut.de>)
#
# $FreeBSD: ports/www/rubygem-actionwebservice/Makefile,v 1.6 2006/01/21 20:25:07 pav Exp $

PORTNAME=	actionwebservice
PORTVERSION=	1.0.0
PORTREVISION=	1
CATEGORIES=	www rubygems
MASTER_SITES=	http://rubyforge.org/frs/download.php/7650/

MAINTAINER=	jw@innerewut.de
COMMENT=	Simple support for publishing Web Service APIs for Rails applications

BUILD_DEPENDS=	${LOCALBASE}/${SPEC_DIR}/actionpack-1.11.2.gemspec:${PORTSDIR}/www/rubygem-actionpack \
		${LOCALBASE}/${SPEC_DIR}/activerecord-1.13.2.gemspec:${PORTSDIR}/databases/rubygem-activerecord
RUN_DEPENDS=	${BUILD_DEPENDS}

.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/ruby-gems/Makefile.common"
.include <bsd.port.post.mk>
