mirror of
https://git.freebsd.org/ports.git
synced 2025-06-21 20:50:31 -04:00
Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti.
21 lines
501 B
Makefile
21 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.5
|
|
CATEGORIES= textproc python
|
|
MASTER_SITES= http://object-craft.com.au/projects/csv/
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= wjv@FreeBSD.org
|
|
COMMENT= A Python module to parse or write comma-separated value (CSV) files
|
|
|
|
USE_PYTHON= yes
|
|
USE_PYDISTUTILS= yes
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}
|
|
|
|
.include <bsd.port.mk>
|