mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-09 06:51:44 +00:00
aebde9189a
stuff for and extensions of Ruby that are not really good/big enough for a real library. WWW: http://github.com/flori/spruz PR: ports/147170 Submitted by: Eric Freeman <freebsdports at chillibear.com>
23 lines
431 B
Makefile
23 lines
431 B
Makefile
# Ports collection makefile for: rubygem-spruz
|
|
# Date created: 28 May 2010
|
|
# Whom: Eric Freeman <freebsdports@chillibear.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= spruz
|
|
PORTVERSION= 0.1.1
|
|
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>
|