7e1794aaf4
Feature safe: yes
22 lines
393 B
Makefile
22 lines
393 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.13.0
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= wen@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>
|