freebsd-ports/devel/py-click-log/Makefile
Jason E. Hale e80811429e Update to 0.1.4
PR:		214349
Submitted by:	Jochen Neumeister <joneum@bsdproject.de>
Approved by:	Christian Geier <geier@lostpackets.de> (maintainer)
2016-12-07 01:59:52 +00:00

18 lines
352 B
Makefile

# Created by: Christian Geier <geier@lostpackets.de>
# $FreeBSD$
PORTNAME= click-log
PORTVERSION= 0.1.4
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>