2020-03-04 06:35:34 +00:00
|
|
|
COMMENT = python module to interface with the pkg-config tool
|
|
|
|
|
2021-11-12 21:29:53 +00:00
|
|
|
MODPY_EGG_VERSION = 1.5.5
|
2020-03-04 06:35:34 +00:00
|
|
|
DISTNAME = pkgconfig-${MODPY_EGG_VERSION}
|
|
|
|
PKGNAME = py-${DISTNAME}
|
|
|
|
CATEGORIES = devel
|
2022-11-25 17:14:59 +00:00
|
|
|
REVISION = 1
|
2020-03-04 06:35:34 +00:00
|
|
|
|
|
|
|
HOMEPAGE = https://github.com/matze/pkgconfig
|
|
|
|
|
|
|
|
MAINTAINER = Martin Reindl <martin@catai.org>
|
|
|
|
|
|
|
|
# MIT
|
|
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
|
2022-11-25 17:14:59 +00:00
|
|
|
MODULES = lang/python
|
|
|
|
MODPY_PI = Yes
|
|
|
|
MODPY_PYBUILD = poetry-core
|
2020-03-04 06:35:34 +00:00
|
|
|
|
|
|
|
FLAVORS = python3
|
|
|
|
FLAVOR = python3
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|