mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-20 00:21:35 +00:00
20d59b725e
LZ-based, in-memory string compression module, based on the LZ-String javascript module.
21 lines
354 B
Makefile
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>
|