Files
ports/devel/py-node-semver/Makefile
T
Antoine Brodin aa7a6c429e Drop python 2.7 support from a few ports
With hat:	portmgr
2020-12-28 23:02:12 +00:00

23 lines
446 B
Makefile

# $FreeBSD$
PORTNAME= node-semver # PyPI name
DISTVERSION= 0.8.0
CATEGORIES= devel python
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= yuri@FreeBSD.org
COMMENT= Python version of node-semver
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= python:3.6+
USE_GITHUB= yes
GH_ACCOUNT= podhmo
GH_PROJECT= python-semver # PyPI project node-semver points to this project
USE_PYTHON= distutils autoplist
NO_ARCH= yes
.include <bsd.port.mk>