mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-06 06:30:19 +00:00
63f5eeef8a
With hat: portmgr
17 lines
371 B
Makefile
17 lines
371 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 zip
|
|
USE_PYTHON= distutils autoplist concurrent optsuffix
|
|
|
|
.include <bsd.port.mk>
|