mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-29 01:13:08 +00:00
19 lines
333 B
Makefile
19 lines
333 B
Makefile
# Created by: 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
|
|
|
|
NO_STAGE= yes
|
|
.include <bsd.port.mk>
|