freebsd-ports/devel/rubygem-orm_adapter/Makefile
Sunpoet Po-Chuan Hsieh 2e5397f8ca - Add LICENSE
2015-05-29 11:14:18 +00:00

18 lines
330 B
Makefile

# Created by: rpsfa@rit.edu
# $FreeBSD$
PORTNAME= orm_adapter
PORTVERSION= 0.5.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
LICENSE= MIT
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>