19 lines
352 B
Makefile
19 lines
352 B
Makefile
|
# 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>
|