mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-07 06:40:06 +00:00
80b980d6f0
- Added LICENSE - Added NO_ARCH
21 lines
439 B
Makefile
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>
|