1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-14 07:43:06 +00:00
freebsd-ports/devel/py-tblib/Makefile
Danilo G. Baio 50be002ee4 Fix order of variables
Ports maintained by me in the devel category.
2018-03-17 13:52:04 +00:00

20 lines
356 B
Makefile

# $FreeBSD$
PORTNAME= tblib
PORTVERSION= 1.3.2
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>