mirror of
https://git.freebsd.org/ports.git
synced 2025-06-01 02:46:27 -04:00
22 lines
443 B
Makefile
22 lines
443 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= halberd
|
|
PORTVERSION= 0.2.4
|
|
CATEGORIES= security www python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= dbaio@FreeBSD.org
|
|
COMMENT= HTTP load balancer detector written in Python
|
|
|
|
LICENSE= GPLv2
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
DEPRECATED= Uses deprecated version of python
|
|
EXPIRATION_DATE= 2020-09-15
|
|
|
|
USES= python:2.7
|
|
USE_PYTHON= autoplist distutils
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|