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