f34a8c24a3
This is a semi-manual PKGREVISION bump.
23 lines
546 B
Makefile
23 lines
546 B
Makefile
# $NetBSD: Makefile,v 1.2 2019/04/25 07:33:11 maya Exp $
|
|
|
|
DISTNAME= httpstat-1.2.0
|
|
PKGREVISION= 1
|
|
CATEGORIES= net
|
|
MASTER_SITES= ${MASTER_SITE_GITHUB:=reorx/}
|
|
GITHUB_TAG= ${PKGVERSION_NOREV}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://github.com/reorx/httpstat
|
|
COMMENT= Visualise curl(1) statistics
|
|
LICENSE= mit
|
|
|
|
REPLACE_PYTHON= httpstat.py
|
|
NO_BUILD= yes
|
|
|
|
AUTO_MKDIRS= yes
|
|
|
|
do-install:
|
|
${INSTALL_SCRIPT} ${WRKSRC}/httpstat.py ${DESTDIR}${PREFIX}/bin/httpstat
|
|
|
|
.include "../../lang/python/application.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|