dfc196de17
now works with standard ruby-gem port - Only tiny changes in the distfile contents, therefore bump port revision - Use official mirrors - Update my email address PR: 123107 Submitted by: Ulrich Spoerlein <uspoerlein@gmail.com> (maintainer)
21 lines
408 B
Makefile
21 lines
408 B
Makefile
# New ports collection makefile for: devel/rubygem-stream
|
|
# Date created: 02.08.2005
|
|
# Whom: Ulrich Spoerlein <uspoerlein@gmail.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= stream
|
|
PORTVERSION= 0.5
|
|
PORTREVISION= 2
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RF
|
|
MASTER_SITE_SUBDIR= rgl
|
|
|
|
MAINTAINER= uspoerlein@gmail.com
|
|
COMMENT= Interface for external iterators
|
|
|
|
USE_RUBY= yes
|
|
USE_RUBYGEMS= yes
|
|
|
|
.include <bsd.port.mk>
|