mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
19 lines
347 B
Makefile
19 lines
347 B
Makefile
MODPY_DISTV = 5.1
|
|
COMMENT = Python interface to libarchive
|
|
DISTNAME = libarchive-c-${MODPY_DISTV}
|
|
PKGNAME = py-${DISTNAME}
|
|
CATEGORIES = archivers devel
|
|
REVISION = 3
|
|
|
|
# CC0
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
MODULES = lang/python
|
|
MODPY_PI = Yes
|
|
MODPY_PYBUILD = setuptools
|
|
|
|
RUN_DEPENDS = archivers/libarchive
|
|
TEST_DEPENDS = devel/py-mock
|
|
|
|
.include <bsd.port.mk>
|