blob: 29a8b1760348d66b1593852f85c7f1e078bc5584 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# 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>
|