aboutsummaryrefslogtreecommitdiffstats
path: root/misc/hb/Makefile
blob: 21555095788bce9cca5c8668d3f1fd2775d081f0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# ports collection makefile for: hb
# Date Created:     17 July 2001
# Whom:         tundra
#
# $FreeBSD$
#

PORTNAME=   hb
PORTVERSION=    1.88
CATEGORIES= misc python
MASTER_SITES=   http://www.tundraware.com/Software/hb/

MAINTAINER= tundra@tundraware.com
COMMENT=    A simple, but complete budget management in Python

USE_PYTHON= yes

MANCOMPRESSED=  yes
MAN1=           hb.1

.include <bsd.port.mk>