1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-12 03:00:28 +00:00
freebsd-ports/databases/mydbf2mysql/Makefile
Mathieu Arnold 4e1b79a0a6 Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:00:51 +00:00

23 lines
596 B
Makefile

# Created by: Andrey Polyakov <andrey.polyakov@unix.net>
# $FreeBSD$
PORTNAME= mydbf2mysql
PORTVERSION= 0.8.4.5
PORTREVISION= 1
CATEGORIES= databases python
MASTER_SITES= SF/mydbf2mysql/mydbf2mysql/${PORTVERSION}/
DISTNAME= MyDBF2MySQL-${PORTVERSION}
MAINTAINER= andrey.polyakov@unix.net
COMMENT= Flexible tool for DBF import into MySQL
RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}MySQLdb>=1.2.2:databases/py-MySQLdb
RUN_DEPENDS+= ydbf>=0.0.1:devel/py-ydbf
USES= python tar:bzip2
USE_PYTHON= distutils autoplist
WRKSRC= ${WRKDIR}/${PORTNAME}/${PORTNAME}/dist/${DISTNAME}/
.include <bsd.port.mk>