1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00
freebsd-ports/databases/buzhug/Makefile
2022-03-25 21:38:05 +08:00

16 lines
373 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= ports@FreeBSD.org
COMMENT= Pure-Python database engine
USES= dos2unix python:3.6+ zip
USE_PYTHON= distutils autoplist concurrent optsuffix
.include <bsd.port.mk>