mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-16 07:58:04 +00:00
cf29aa9f9f
Changes: https://github.com/ionelmc/python-tblib/blob/master/CHANGELOG.rst PR: 244415 Submitted by: sunpoet (myself) Approved by: dbaio (maintainer)
21 lines
357 B
Makefile
21 lines
357 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= tblib
|
|
PORTVERSION= 1.6.0
|
|
CATEGORIES= devel python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= dbaio@FreeBSD.org
|
|
COMMENT= Traceback serialization library in Python
|
|
|
|
LICENSE= BSD2CLAUSE
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
USES= python
|
|
USE_PYTHON= autoplist distutils
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|