blob: 3ed823a5aede49672c31e58ffe3692124bb54996 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# Created by: Mark Felder <feld@FreeBSD.org>
PORTNAME= logbook
PORTVERSION= 1.1.0
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= Logbook-${PORTVERSION}
MAINTAINER= philip@FreeBSD.org
COMMENT= Logging replacement for Python
LICENSE= BSD3CLAUSE
USES?= python:3.6+
USE_PYTHON= distutils autoplist
.include <bsd.port.mk>
|