1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-23 20:51:43 +00:00
freebsd-ports/textproc/py-csv/Makefile
Vanilla I. Shu 5ad8d491f6 a small yet fast Python extension module (written
in C) to parse or generate comma-separated value (CSV) files.

PR:		ports/25408
Submitted by:	Johann Visagie <johann@egenetics.com>
2001-03-14 23:47:29 +00:00

25 lines
501 B
Makefile

# New ports collection makefile for: py-csv
# Date created: 27 February 2001
# Whom: Johann Visagie <johann@egenetics.com>
#
# $FreeBSD$
#
PORTNAME= csv
PORTVERSION= 0.2
CATEGORIES= textproc python
MASTER_SITES= http://object-craft.com.au/projects/csv/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= johann@egenetics.com
USE_PYTHON= yes
WRKSRC= ${WRKDIR}/csv
do-configure:
@ (cd ${WRKSRC} && ${SETENV} ${CONFIGURE_ENV} ${MAKE} -f \
Makefile.pre.in boot)
.include <bsd.port.mk>