freebsd-ports/security/py-halberd/Makefile
Kurt Jaeger 46a5f4e6e8 New port: security/py-halberd
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>
2016-07-14 16:49:26 +00:00

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>