pkgsrc/devel/ruby-stream/Makefile
taca 0e9df4298e Previous distfile wasn't really gem format file and now real gem file
can be fetched.  So, add  DIST_SUBDIR and bump PKGREVISION.
2013-07-07 16:02:42 +00:00

14 lines
362 B
Makefile

# $NetBSD: Makefile,v 1.6 2013/07/07 16:02:42 taca Exp $
DISTNAME= stream-0.5
PKGREVISION= 2
CATEGORIES= devel
DIST_SUBDIR= stream-20130704
MAINTAINER= minskim@NetBSD.org
HOMEPAGE= http://rgl.rubyforge.org/stream/
COMMENT= Interface for external iterators
LICENSE= gnu-gpl-v2 # OR ruby-license
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"