blob: 904be52578bd3e14b4a49c80f8192d282e40cf02 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
PORTNAME= buzhug
PORTVERSION= 1.8
PORTREVISION= 2
CATEGORIES= databases python
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= Pure-Python database engine
WWW= https://buzhug.sourceforge.net/
USES= dos2unix python zip
USE_PYTHON= distutils autoplist concurrent optsuffix
.include <bsd.port.mk>
|