46a5f4e6e8
Halberd discovers HTTP load balancers. It is useful for web application security auditing and for load balancer configuration testing. WWW: https://pypi.python.org/pypi/halberd PR: 211054 Submitted by: Danilo G. Baio <dbaio@bsd.com.br>
19 lines
363 B
Makefile
19 lines
363 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= halberd
|
|
PORTVERSION= 0.2.4
|
|
CATEGORIES= security www python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= dbaio@bsd.com.br
|
|
COMMENT= HTTP load balancer detector written in Python
|
|
|
|
LICENSE= GPLv2
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
NO_ARCH= yes
|
|
USES= python
|
|
USE_PYTHON= autoplist distutils
|
|
|
|
.include <bsd.port.mk>
|