opnsense-ports/databases/py-dbf/Makefile
Franco Fichtner 69b48d3f1e */*: sync with upstream
Taken from: FreeBSD
2015-09-10 05:23:56 +02:00

21 lines
462 B
Makefile

# Created by: Wen Heping <wen@FreeBSD.org>
# $FreeBSD$
PORTNAME= dbf
PORTVERSION= 0.95.012
PORTREVISION= 1
CATEGORIES= databases python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= wen@FreeBSD.org
COMMENT= Pure python package for reading/writing dbf files
LICENSE= BSD3CLAUSE
USES= python zip
USE_PYTHON= distutils
PYDISTUTILS_EGGINFO= dbf-${PORTVERSION:C/\.0/./}-py${PYTHON_VER}.egg-info
NO_ARCH= yes
.include <bsd.port.mk>