aboutsummaryrefslogtreecommitdiff
path: root/databases/buzhug/Makefile
blob: 04503d22c3cd4980f8f5184bbc6f44e4fc6a6d56 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
PORTNAME=	buzhug
PORTVERSION=	1.8
PORTREVISION=	1
CATEGORIES=	databases python
MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}

MAINTAINER=	ports@FreeBSD.org
COMMENT=	Pure-Python database engine

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

.include <bsd.port.mk>