aboutsummaryrefslogtreecommitdiff
path: root/databases/py-pglast/Makefile
blob: 8bd3d66b1fbf8b5a887f99c7e255ce84f52e2577 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>

PORTNAME=	pglast
PORTVERSION=	1.2
CATEGORIES=	databases python
MASTER_SITES=	CHEESESHOP
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

MAINTAINER=	a.wolk@fudosecurity.com
COMMENT=	PostgreSQL Languages AST and statements prettifier

LICENSE=	GPLv3+

BROKEN_riscv64=		fails to build: PostgreSQL does not have native spinlock support on this platform
NOT_FOR_ARCHS=		aarch64 armv6 armv7
NOT_FOR_ARCHS_REASON=	port/atomics/arch-<arch>.h: No such file or directory

USES=		gmake python:3.4+
USE_PYTHON=	autoplist distutils

post-patch:
	@${REINPLACE_CMD} -e 's|make|gmake|' ${WRKSRC}/setup.py

post-install:
	${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/pglast/parser*.so

.include <bsd.port.mk>