pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/ruby-iniparse



Module Name:    pkgsrc
Committed By:   taca
Date:           Sun Mar  8 14:19:09 UTC 2020

Modified Files:
        pkgsrc/devel/ruby-iniparse: Makefile

Log Message:
devel/ruby-iniparse: add USE_LANGUAGES

Add "USE_LANGUAGES=  # none".


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/ruby-iniparse/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/ruby-iniparse/Makefile
diff -u pkgsrc/devel/ruby-iniparse/Makefile:1.3 pkgsrc/devel/ruby-iniparse/Makefile:1.4
--- pkgsrc/devel/ruby-iniparse/Makefile:1.3     Sun Mar  8 14:17:56 2020
+++ pkgsrc/devel/ruby-iniparse/Makefile Sun Mar  8 14:19:09 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2020/03/08 14:17:56 taca Exp $
+# $NetBSD: Makefile,v 1.4 2020/03/08 14:19:09 taca Exp $
 
 DISTNAME=      iniparse-1.5.0
 CATEGORIES=    devel
@@ -8,5 +8,7 @@ HOMEPAGE=       https://github.com/antw/inipar
 COMMENT=       Pure Ruby library for parsing INI documents
 LICENSE=       apache-2.0
 
+USE_LANGUAGES= # none
+
 .include "../../lang/ruby/gem.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index