pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/py-publicsuffix2



Module Name:    pkgsrc
Committed By:   leot
Date:           Tue Dec 17 09:39:47 UTC 2019

Modified Files:
        pkgsrc/www/py-publicsuffix2: Makefile

Log Message:
py-publicsuffix2: Reset USE_LANGUAGES

(No `c' compiler is needed to build this module.)


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/www/py-publicsuffix2/Makefile

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

Modified files:

Index: pkgsrc/www/py-publicsuffix2/Makefile
diff -u pkgsrc/www/py-publicsuffix2/Makefile:1.1 pkgsrc/www/py-publicsuffix2/Makefile:1.2
--- pkgsrc/www/py-publicsuffix2/Makefile:1.1    Tue Dec 17 09:37:33 2019
+++ pkgsrc/www/py-publicsuffix2/Makefile        Tue Dec 17 09:39:47 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2019/12/17 09:37:33 leot Exp $
+# $NetBSD: Makefile,v 1.2 2019/12/17 09:39:47 leot Exp $
 
 DISTNAME=      publicsuffix2-2.20190812
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -10,5 +10,7 @@ HOMEPAGE=     https://github.com/nexb/python
 COMMENT=       Public suffix for a domain name using the Public Suffix List
 LICENSE=       mit AND mpl-2.0
 
+USE_LANGUAGES= # none
+
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index