2010-06-02 17:40:49 +02:00
|
|
|
# Ports collection makefile for: rubygem-spruz
|
|
|
|
# Date created: 28 May 2010
|
|
|
|
# Whom: Eric Freeman <freebsdports@chillibear.com>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= spruz
|
2011-10-27 05:07:38 +02:00
|
|
|
PORTVERSION= 0.2.13
|
2010-06-02 17:40:49 +02:00
|
|
|
CATEGORIES= devel rubygems
|
|
|
|
MASTER_SITES= RG
|
|
|
|
|
|
|
|
MAINTAINER= freebsdports@chillibear.com
|
|
|
|
COMMENT= A small Ruby library of mixed utils/extensions
|
|
|
|
|
|
|
|
USE_RUBY= yes
|
|
|
|
USE_RUBYGEMS= yes
|
|
|
|
RUBYGEM_AUTOPLIST= yes
|
|
|
|
|
|
|
|
PLIST_FILES= bin/enum
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|