1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-07 06:40:06 +00:00
freebsd-ports/misc/hb/Makefile
Martin Wilke 80b980d6f0 - Fix Shebangs
- Added LICENSE
- Added NO_ARCH
2017-04-20 04:13:39 +00:00

21 lines
439 B
Makefile

# 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>