Changes: http://logbook.readthedocs.io/en/stable/changelog.html#version-1-1-0 While here, allow building with other versions of Python than the default and take maintainership. PR: 222529 Approved by: feld (previous maintainer)
19 lines
381 B
Makefile
19 lines
381 B
Makefile
# Created by: Mark Felder <feld@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
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
|
|
USE_PYTHON= distutils autoplist
|
|
|
|
.include <bsd.port.mk>
|