freebsd-ports/devel/py-click-log/Makefile

19 lines
352 B
Makefile
Raw Normal View History

# Created by: Christian Geier <geier@lostpackets.de>
# $FreeBSD$
PORTNAME= click-log
PORTVERSION= 0.1.3
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= geier@lostpackets.de
COMMENT= Logging integration for Click
LICENSE= MIT
USES= python
USE_PYTHON= autoplist distutils
.include <bsd.port.mk>