mirror of
https://git.freebsd.org/ports.git
synced 2025-06-24 14:10:30 -04:00
Changes: https://github.com/ionelmc/python-tblib/blob/master/CHANGELOG.rst PR: 218669 Submitted by: Danilo G. Baio <dbaio@bsd.com.br> (maintainer)
19 lines
355 B
Makefile
19 lines
355 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= tblib
|
|
PORTVERSION= 1.3.2
|
|
CATEGORIES= devel python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= dbaio@bsd.com.br
|
|
COMMENT= Traceback serialization library in Python
|
|
|
|
LICENSE= BSD2CLAUSE
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
NO_ARCH= yes
|
|
USES= python
|
|
USE_PYTHON= autoplist distutils
|
|
|
|
.include <bsd.port.mk>
|