mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-05 01:55:52 +00:00
b66e9c955a
PR: ports/98102 Submitted by: Ulrich Spoerlein <uspoerlein@gmail.com> (maintainer)
22 lines
520 B
Makefile
22 lines
520 B
Makefile
# New ports collection makefile for: devel/rubygem-stream
|
|
# Date created: 02.08.2005
|
|
# Whom: Ulrich Spoerlein <q@galgenberg.net>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= stream
|
|
PORTVERSION= 0.5
|
|
PORTREVISION= 1
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= ${MASTER_SITE_LOCAL} \
|
|
http://www.galgenberg.net/distfiles/
|
|
MASTER_SITE_SUBDIR= fenner
|
|
|
|
MAINTAINER= uspoerlein@gmail.com
|
|
COMMENT= Interface for external iterators
|
|
|
|
.include <bsd.port.pre.mk>
|
|
.include "${PORTSDIR}/devel/ruby-gems/Makefile.common"
|
|
.include <bsd.port.post.mk>
|