mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-12 03:00:28 +00:00
15 lines
274 B
Makefile
15 lines
274 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= Simple, but complete budget management in Python
|
|
|
|
USES= python
|
|
|
|
.include <bsd.port.mk>
|