blob: b1a0b639811be8c03a07679089f60782ffcc1dc2 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
PORTNAME= logbook
PORTVERSION= 1.1.0
CATEGORIES= devel python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= Logbook-${PORTVERSION}
MAINTAINER= philip@FreeBSD.org
COMMENT= Logging replacement for Python
WWW= https://logbook.readthedocs.org/
LICENSE= BSD3CLAUSE
USES?= python
USE_PYTHON= distutils autoplist
NO_ARCH= yes
.include <bsd.port.mk>
|