aboutsummaryrefslogtreecommitdiffstats
path: root/devel/rubygem-sequel/Makefile
blob: 16f7e44aad2ad91c5ca0fbb2d70f5963fd357b9d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# New ports collection makefile for:    rubygem-sequel
# Date created:     24 Dec 2008
# Whom:         Wen Heping<wenheping@gmail.com>
#
# $FreeBSD$
#

PORTNAME=   sequel
PORTVERSION=    3.14.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>