mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
22 lines
421 B
Makefile
22 lines
421 B
Makefile
COMMENT = hatch plugin for versioning from a package.json file
|
|
|
|
MODPY_DISTV = 0.3.2
|
|
DISTNAME = hatch_nodejs_version-${MODPY_DISTV}
|
|
PKGNAME = py-${DISTNAME}
|
|
REVISION = 1
|
|
|
|
CATEGORIES = devel
|
|
|
|
HOMEPAGE = https://github.com/agoose77/hatch-nodejs-version
|
|
MAINTAINER = Paco Esteban <paco@openbsd.org>
|
|
|
|
# MIT
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
MODULES = lang/python
|
|
|
|
MODPY_PI = Yes
|
|
MODPY_PYBUILD = hatchling
|
|
|
|
.include <bsd.port.mk>
|