mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-20 00:21:35 +00:00
d03d1d277f
PR: 234633
19 lines
317 B
Makefile
19 lines
317 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= halberd
|
|
PORTVERSION= 0.2.4
|
|
CATEGORIES= www python
|
|
MASTER_SITES= CHEESESHOP
|
|
|
|
MAINTAINER= yuri@FreeBSD.org
|
|
COMMENT= HTTP load balancer detection tool
|
|
|
|
LICENSE= GPLv2
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
USES= python:2.7
|
|
USE_PYTHON= distutils noflavors autoplist
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|