Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-ports-gnome
Path: blob/main/databases/buzhug/Makefile
16124 views
# Created by: Wen Heping <[email protected]>

PORTNAME=	buzhug
PORTVERSION=	1.8
PORTREVISION=	1
CATEGORIES=	databases python
MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}

MAINTAINER=	[email protected]
COMMENT=	Pure-Python database engine

USES=		python:3.6+ zip
USE_PYTHON=	distutils autoplist concurrent optsuffix

.include <bsd.port.mk>