1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-25 21:07:40 +00:00
freebsd-ports/misc/hb/Makefile
Ying-Chieh Liao 9fbbae366c add hb
A simple, but complete budget management in Python

PR:		29048
Submitted by:	Tim Daneliuk <tundra@tundraware.com>
2001-08-18 06:27:35 +00:00

21 lines
325 B
Makefile

# ports collection makefile for: hb
# Date Created: 17 July 2001
# Whom: tundra
#
# $FreeBSD$
#
PORTNAME= hb
PORTVERSION= 1.86
CATEGORIES= misc python
MASTER_SITES= http://www.tundraware.com/Software/hb/
MAINTAINER= tundra@tundraware.com
USE_PYTHON= yes
MANCOMPRESSED= yes
MAN1= hb.1
.include <bsd.port.mk>