defdb79ddf
pkgconfig is a Python module to interface with the pkg-config command line tool input bket@ and sthen@ OK bket@
26 lines
482 B
Makefile
26 lines
482 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2020/03/04 06:35:34 martin Exp $
|
|
|
|
COMMENT = python module to interface with the pkg-config tool
|
|
|
|
MODPY_EGG_VERSION = 1.5.1
|
|
DISTNAME = pkgconfig-${MODPY_EGG_VERSION}
|
|
PKGNAME = py-${DISTNAME}
|
|
CATEGORIES = devel
|
|
|
|
HOMEPAGE = https://github.com/matze/pkgconfig
|
|
|
|
MAINTAINER = Martin Reindl <martin@catai.org>
|
|
|
|
# MIT
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
MODULES = lang/python
|
|
MODPY_PI = Yes
|
|
|
|
FLAVORS = python3
|
|
FLAVOR = python3
|
|
|
|
NO_TEST = Yes
|
|
|
|
.include <bsd.port.mk>
|