aboutsummaryrefslogtreecommitdiff
path: root/devel/rubygem-orm_adapter/Makefile
blob: aa02b3134daf38c088cf5b92271ceb62a9bea54b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Created by: rpsfa@rit.edu
# $FreeBSD$

PORTNAME=	orm_adapter
PORTVERSION=	0.4.0
CATEGORIES=	devel rubygems
MASTER_SITES=	RG

MAINTAINER=	ruby@FreeBSD.org
COMMENT=	Provides a single point of entry for using basic features of ruby ORMs

USE_RUBY=	yes
USE_RUBYGEMS=	yes
RUBYGEM_AUTOPLIST=	yes

.include <bsd.port.mk>