1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-06 06:30:19 +00:00
freebsd-ports/databases/buzhug/Makefile
Frederic Culot 02a06c807c Update my MAINTAINER address to culot@FreeBSD.org.
Approved by:	sahil@ (mentor)
2010-10-20 05:53:20 +00:00

21 lines
411 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= culot@FreeBSD.org
COMMENT= A pure-Python database engine
USE_ZIP= yes
USE_PYTHON= yes
USE_PYDISTUTILS= yes
.include <bsd.port.mk>