ports/security/py-halberd/Makefile
Danilo G. Baio 5415855f92 Fix order of variables
Ports maintained by me in categories: science security sysutils textproc
2018-03-17 14:43:34 +00:00

19 lines
368 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
USES= python:2.7
USE_PYTHON= autoplist distutils
NO_ARCH= yes
.include <bsd.port.mk>