summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--devel/ruby-posix-spawn/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/ruby-posix-spawn/Makefile b/devel/ruby-posix-spawn/Makefile
index 4ca7fd0357c..83c6055d070 100644
--- a/devel/ruby-posix-spawn/Makefile
+++ b/devel/ruby-posix-spawn/Makefile
@@ -1,15 +1,15 @@
-# $NetBSD: Makefile,v 1.3 2012/02/14 12:23:58 taca Exp $
+# $NetBSD: Makefile,v 1.3.2.1 2012/06/09 11:33:35 tron Exp $
DISTNAME= posix-spawn-0.3.6
CATEGORIES= devel
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://github.com/github/albino
-COMMENT= Ruby wrapper for the Pygments syntax highlighter
+COMMENT= Ruby wrapper for the posix_spawn() system call
LICENSE= mit
-NOT_FOR_PLATFORM= NetBSD-[0-4]*-* NetBSD-5.99.[0-5]?-* NetBSD-5.99.6[0-4]-*
+NOT_FOR_PLATFORM= NetBSD-[0-5]*-*
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"