diff options
author | drochner <drochner@pkgsrc.org> | 2003-04-29 18:21:05 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2003-04-29 18:21:05 +0000 |
commit | f42f39661e7f0d290f476458d662e325dc68161b (patch) | |
tree | 62591ab1c97a78f0d0164474e3d6899259ab6120 /textproc/py-csv/Makefile | |
parent | 726138526bccbd8e66101a5235c92912ee9f343a (diff) | |
download | pkgsrc-f42f39661e7f0d290f476458d662e325dc68161b.tar.gz |
pull this in from pkgsrc-wip
author is Marc Recht (also submitted as PR pkg/20488)
Diffstat (limited to 'textproc/py-csv/Makefile')
-rw-r--r-- | textproc/py-csv/Makefile | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/textproc/py-csv/Makefile b/textproc/py-csv/Makefile new file mode 100644 index 00000000000..ad0613d556a --- /dev/null +++ b/textproc/py-csv/Makefile @@ -0,0 +1,19 @@ +# $NetBSD: Makefile,v 1.1.1.1 2003/04/29 18:21:05 drochner Exp $ +# + +DISTNAME= csv-1.0 +PKGNAME= ${PYPKGPREFIX}-csv-1.0 +CATEGORIES= textproc +MASTER_SITES= http://www.object-craft.com.au/projects/csv/download/ + +MAINTAINER= marc@informatik.uni-bremen.de +HOMEPAGE= http://www.object-craft.com.au/projects/csv/ +COMMENT= CSV reading module for Python + +USE_BUILDLINK2= YES + +PYDISTUTILSPKG= yes +PYBINMODULE= yes + +.include "../../lang/python/extension.mk" +.include "../../mk/bsd.pkg.mk" |