freebsd-ports/misc/hb/Makefile

21 lines
439 B
Makefile
Raw Normal View History

# Created by: tundra
# $FreeBSD$
PORTNAME= hb
PORTVERSION= 1.88
PORTREVISION= 1
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 shebangfix
post-patch:
@${REINPLACE_CMD} -e 's|/usr/local/bin/python|${python_CMD}|' \
${WRKSRC}/hb.py
@${FIND} ${WRKSRC} -name "*.bak" -delete
.include <bsd.port.mk>