d157d78b69
- Add LICENSE [1] - Pet portlint [1] - Avoid deprecated USE_PYDISTUTILS=easy_install - Switch to automatic PLIST - Bump PORTREVISION due to package change PR: ports/188622 [1] Submitted by: Bartek Rutkowski <ports@robakdesign.com> [1] Approved by: portmgr@ (blanket)
23 lines
483 B
Makefile
23 lines
483 B
Makefile
# Created by: Roland van Laar <roland@micite.net>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= sqlparse
|
|
PORTVERSION= 0.1.2
|
|
PORTREVISION= 1
|
|
CATEGORIES= databases python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= roland@micite.net
|
|
COMMENT= Non-validating SQL parser for Python
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
|
|
USE_PYTHON= yes
|
|
USE_PYDISTUTILS= yes
|
|
PYDISTUTILS_AUTOPLIST= yes
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e 's|distutils.core|setuptools|g' ${WRKSRC}/setup.py
|
|
|
|
.include <bsd.port.mk>
|