mirror of
https://github.com/openbsd/ports.git
synced 2026-06-18 07:24:23 +02:00
18 lines
350 B
Makefile
18 lines
350 B
Makefile
MODPY_DISTV = 0.12.0
|
|
COMMENT = expand system variables Unix style
|
|
DISTNAME = expandvars-${MODPY_DISTV}
|
|
PKGNAME = py-expandvars-${MODPY_DISTV}
|
|
CATEGORIES = sysutils
|
|
REVISION = 1
|
|
|
|
MAINTAINER = Denis Fondras <denis@openbsd.org>
|
|
|
|
# MIT
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
MODULES = lang/python
|
|
MODPY_PI = Yes
|
|
MODPY_PYBUILD = hatchling
|
|
|
|
.include <bsd.port.mk>
|