blob: 79284b05af7e4adccc92948a60f1e64539238c77 (
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: 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= ruby@FreeBSD.org
COMMENT= Interface for external iterators
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>
|