1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00
freebsd-ports/databases/buzhug/Makefile
2021-04-06 16:31:07 +02:00

16 lines
364 B
Makefile

# Created by: Wen Heping <wenheping@gmail.com>
PORTNAME= buzhug
PORTVERSION= 1.8
PORTREVISION= 1
CATEGORIES= databases python
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
MAINTAINER= culot@FreeBSD.org
COMMENT= Pure-Python database engine
USES= python:3.6+ zip
USE_PYTHON= distutils autoplist concurrent optsuffix
.include <bsd.port.mk>