22 lines
394 B
Makefile
22 lines
394 B
Makefile
# New ports collection makefile for: rubygem-sequel
|
|
# Date created: 24 Dec 2008
|
|
# Whom: Wen Heping<wenheping@gmail.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= sequel
|
|
PORTVERSION= 3.38.0
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= The Database Toolkit for Ruby
|
|
|
|
USE_RUBY= yes
|
|
USE_RUBYGEMS= yes
|
|
RUBYGEM_AUTOPLIST=yes
|
|
|
|
PLIST_FILES= bin/sequel
|
|
|
|
.include <bsd.port.mk>
|