mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-01 05:45:45 +00:00
aa7a6c429e
With hat: portmgr
17 lines
376 B
Makefile
17 lines
376 B
Makefile
# Created by: Wen Heping <wenheping@gmail.com>
|
|
# $FreeBSD$
|
|
|
|
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>
|