blob: 778ec10dd97ce204a1f19880de9b0fe64e858d92 (
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.12.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>
|