bcallah f30fb4ddc8 Was missing a ${MODPY_COMMENT} in the PLIST so this didn't package when
building the python2 version. Report from naddy@, thanks.
2018-06-30 15:22:36 +00:00

25 lines
474 B
Makefile

# $OpenBSD: Makefile,v 1.2 2018/06/30 15:22:36 bcallah Exp $
MODPY_EGG_VERSION = 2.8
COMMENT = Python interface to libarchive
DISTNAME = libarchive-c-${MODPY_EGG_VERSION}
PKGNAME = py-${DISTNAME}
REVISION = 0
CATEGORIES = archivers devel
MAINTAINER = Brian Callahan <bcallah@openbsd.org>
# CC0
PERMIT_PACKAGE_CDROM = Yes
FLAVORS = python3
FLAVOR ?=
MODULES = lang/python
MODPY_PI = Yes
MODPY_SETUPTOOLS = Yes
RUN_DEPENDS = archivers/libarchive
.include <bsd.port.mk>