mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-31 05:41:08 +00:00
23 lines
394 B
Makefile
23 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.36.1
|
|
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>
|