Any missed ports, feel free to bump. Any ports that need setuptools at runtime can have the devel/py-setuptools manually added back to RUN_DEPENDS, but understand that this practice is deprecated; see CHANGES for details.
23 lines
499 B
Makefile
23 lines
499 B
Makefile
PORTNAME= python-lhafile
|
|
DISTVERSION= 0.2.2
|
|
PORTREVISION= 1
|
|
CATEGORIES= archivers python
|
|
MASTER_SITES= PYPI
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
DISTNAME= lhafile-${DISTVERSION}
|
|
|
|
MAINTAINER= cs@innolan.dk
|
|
COMMENT= LHA(.lzh) file extract interface
|
|
WWW= https://fengestad.no/python-lhafile/
|
|
|
|
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>
|