sync ports with The Matrix
This commit is contained in:
parent
6a59f2180d
commit
fb5a481339
388 changed files with 2518 additions and 1935 deletions
23
devel/py-hatch-nodejs-version/Makefile
Normal file
23
devel/py-hatch-nodejs-version/Makefile
Normal file
|
@ -0,0 +1,23 @@
|
|||
COMMENT = hatch plugin for versioning from a package.json file
|
||||
|
||||
MODPY_EGG_VERSION = 0.3.2
|
||||
DISTNAME = hatch_nodejs_version-${MODPY_EGG_VERSION}
|
||||
PKGNAME = py-${DISTNAME}
|
||||
|
||||
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
|
||||
|
||||
FLAVORS = python3
|
||||
FLAVOR = python3
|
||||
|
||||
.include <bsd.port.mk>
|
Loading…
Add table
Add a link
Reference in a new issue