mirror of
https://git.freebsd.org/ports.git
synced 2025-05-18 01:53:13 -04:00
22 lines
451 B
Makefile
22 lines
451 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= agate-dbf
|
|
PORTVERSION= 0.2.0
|
|
CATEGORIES= textproc python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= matthew@FreeBSD.org
|
|
COMMENT= Support reading dbf files for agate
|
|
|
|
LICENSE= MIT
|
|
|
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}agate>=1.5.0:textproc/py-agate \
|
|
${PYTHON_PKGNAMEPREFIX}dbfread>=2.0.5:textproc/py-dbfread
|
|
|
|
USES= python
|
|
USE_PYTHON= autoplist distutils
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|