aboutsummaryrefslogtreecommitdiffstats
path: root/devel/rubygem-sequel/Makefile
blob: 0cb4c65dd2e77bf39e65fec6881b8a75dc4393a7 (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=    2.11.0
CATEGORIES= devel rubygems
MASTER_SITES=   RF

MAINTAINER= wenheping@gmail.com
COMMENT=    The Database Toolkit for Ruby

USE_RUBY=   yes
USE_RUBYGEMS=   yes
RUBYGEM_AUTOPLIST=yes

PLIST_FILES=    bin/sequel

.include <bsd.port.mk>