1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-01 01:17:02 +00:00

databases/py-carbon: Fix BUILD

Fixes: 06ae815 Mark BROKEN for python39
This commit is contained in:
Muhammad Moinur Rahman 2022-06-30 17:23:06 -05:00
parent ec2dff2682
commit b12f3681eb

View File

@ -2,6 +2,7 @@
PORTNAME= carbon
PORTVERSION= 1.1.10
PORTREVISION= 1
CATEGORIES= databases python
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@ -42,4 +43,4 @@ post-install:
${RM} -r ${STAGEDIR}${PREFIX}/examples/init.d
${RMDIR} ${STAGEDIR}${PREFIX}/examples
.include <bsd.port.mk>
.include <bsd.port.post.mk>