15004661f2
The interface is like zipfile extension included in regular python distribution. WWW: http://fengestad.no/python-lhafile/ PR: 211279 Submitted by: cs@innolan.dk
22 lines
495 B
Makefile
22 lines
495 B
Makefile
# Created by: Carsten Larsen <cs@innolan.dk>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= python-lhafile
|
|
PORTVERSION= 0.2.1
|
|
CATEGORIES= archivers python
|
|
MASTER_SITES= http://fengestad.no/python-lhafile/
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= cs@innolan.dk
|
|
COMMENT= LHA(.lzh) file extract interface
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
LICENSE_FILE= ${WRKSRC}/COPYING.txt
|
|
|
|
USES= python
|
|
USE_PYTHON= distutils autoplist
|
|
|
|
post-install:
|
|
@${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/lzhlib.so
|
|
|
|
.include <bsd.port.mk>
|