1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-14 07:43:06 +00:00
freebsd-ports/archivers/py-python-lhafile/Makefile
Yuri Victorovich e2620e532f archivers/py-python-lhafile: Update to 0.2.2
Additional port changes:
* Changed MASTER_SITES to CHEESESHOP
* Added DISTNAME because CHEESESHOP has lhafile as name
* Updated/added to desctiption in pkg-descr
* Changed WWW URL to the https:// version

PR:		225839
Submitted by:	Carsten Larsen <cs@innolan.dk> (maintainer)
Approved by:	tcberner (mentor, implicit)
2018-02-12 00:59:58 +00:00

24 lines
503 B
Makefile

# Created by: Carsten Larsen <cs@innolan.dk>
# $FreeBSD$
PORTNAME= python-lhafile
DISTVERSION= 0.2.2
CATEGORIES= archivers python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= lhafile-${DISTVERSION}
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>