mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-27 05:10:36 +00:00
5ae8688c07
With hat: portmgr
28 lines
613 B
Makefile
28 lines
613 B
Makefile
# Created by: tundra
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= hb
|
|
PORTVERSION= 1.88
|
|
PORTREVISION= 2
|
|
CATEGORIES= misc python
|
|
MASTER_SITES= http://www.tundraware.com/Software/hb/
|
|
|
|
MAINTAINER= tundra@tundraware.com
|
|
COMMENT= Simple, but complete budget management in Python
|
|
|
|
LICENSE= TundraWare
|
|
LICENSE_NAME= TundraWare license
|
|
LICENSE_FILE= ${WRKSRC}/1-HB-License.txt
|
|
LICENSE_PERMS= dist-mirror no-dist-sell pkg-mirror no-pkg-sell no-auto-accept
|
|
|
|
DEPRECATED= Uses deprecated version of python
|
|
EXPIRATION_DATE= 2020-09-15
|
|
|
|
USES= python:2.7,run shebangfix
|
|
SHEBANG_FILES= hb.py
|
|
NO_ARCH= yes
|
|
|
|
OPTIONS_DEFINE= DOCS
|
|
|
|
.include <bsd.port.mk>
|