mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-14 07:43:06 +00:00
e2620e532f
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)
24 lines
503 B
Makefile
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>
|