1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-20 00:21:35 +00:00
freebsd-ports/archivers/py-lzstring/Makefile
Jason W. Bacon 20d59b725e archivers/py-lzstring: LZ-based in-memory string compression
LZ-based, in-memory string compression module, based on the LZ-String
javascript module.
2019-09-22 16:15:06 +00:00

21 lines
354 B
Makefile

# $FreeBSD$
PORTNAME= lzstring
DISTVERSION= 1.0.4
CATEGORIES= archivers python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= jwb@FreeBSD.org
COMMENT= LZ-based in-memory string compression
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.md
USES= python
USE_PYTHON= autoplist distutils
NO_ARCH= yes
.include <bsd.port.mk>