freebsd-ports/devel/rubygem-sequel/Makefile
Philip M. Gollucci 19d554bff8 - Update to 2.12.0
PR:             ports/133517
Approved by:    maintainer
2009-04-10 06:24:03 +00:00

22 lines
397 B
Makefile

# New ports collection makefile for: rubygem-sequel
# Date created: 24 Dec 2008
# Whom: Wen Heping<wenheping@gmail.com>
#
# $FreeBSD$
#
PORTNAME= sequel
PORTVERSION= 2.12.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>