pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/databases/py-dbfread py-dbfread: better Makefile



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a513f8b10b64
branches:  trunk
changeset: 398050:a513f8b10b64
user:      adam <adam%pkgsrc.org@localhost>
date:      Tue Jul 09 12:42:42 2019 +0000

description:
py-dbfread: better Makefile

diffstat:

 databases/py-dbfread/Makefile |  7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diffs (23 lines):

diff -r 606083cc0b51 -r a513f8b10b64 databases/py-dbfread/Makefile
--- a/databases/py-dbfread/Makefile     Tue Jul 09 12:39:02 2019 +0000
+++ b/databases/py-dbfread/Makefile     Tue Jul 09 12:42:42 2019 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.1 2019/07/07 09:30:52 bsiegert Exp $
+# $NetBSD: Makefile,v 1.2 2019/07/09 12:42:42 adam Exp $
 
 DISTNAME=      dbfread-2.0.7
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
-CATEGORIES=    python databases
+CATEGORIES=    databases python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=d/dbfread/}
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
@@ -10,6 +10,7 @@
 COMMENT=       Reads DBF files and returns the data as native Python data types
 LICENSE=       mit
 
-.include "../../lang/python/application.mk"
+USE_LANGUAGES= # none
+
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index