blob: 7c782e54f03e1b503b7afccc5e76d34a2ff623a5 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
PORTNAME= node-semver # PyPI name
DISTVERSION= 0.8.1
CATEGORIES= devel python
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= yuri@FreeBSD.org
COMMENT= Python version of node-semver
WWW= https://github.com/podhmo/python-node-semver
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= python:3.6+
USE_PYTHON= distutils autoplist
USE_GITHUB= yes
GH_ACCOUNT= podhmo
GH_PROJECT= python-node-semver # PyPI project node-semver points to this project
NO_ARCH= yes
.include <bsd.port.mk>
|