freebsd-ports/databases/buzhug/Makefile
Sahil Tandon 07a37ca9d2 - Update to 1.8
- Pass maintainership to submitter

PR:		ports/150941
Submitted by:	Frederic Culot <frederic@culot.org>
2010-10-05 03:03:26 +00:00

20 lines
412 B
Makefile

# New ports collection makefile for: buzhug
# Date created: 03 March 2009
# Whom: Wen Heping <wenheping@gmail.com>
#
# $FreeBSD$
#
PORTNAME= buzhug
PORTVERSION= 1.8
CATEGORIES= databases python
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
MAINTAINER= frederic@culot.org
COMMENT= A pure-Python database engine
USE_ZIP= yes
USE_PYTHON= yes
USE_PYDISTUTILS= yes
.include <bsd.port.mk>