1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-22 04:17:44 +00:00
freebsd-ports/misc/py-crudini/Makefile
Sunpoet Po-Chuan Hsieh 8fb17dc240 Update to 0.9.3
- Update MASTER_SITES: 0.9.3 is not yet pushed to PyPI
- Add LICENSE_FILE

Changes:	https://github.com/pixelb/crudini/releases
2020-09-19 15:35:41 +00:00

25 lines
589 B
Makefile

# Created by: Alexander Nusov <alexander.nusov@nfvexpress.com>
# $FreeBSD$
PORTNAME= crudini
PORTVERSION= 0.9.3
CATEGORIES= misc python
#MASTER_SITES= CHEESESHOP
MASTER_SITES= https://github.com/pixelb/crudini/releases/download/${PORTVERSION}/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Utility for manipulating ini files
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}iniparse>=0.3.2:devel/py-iniparse@${PY_FLAVOR}
USES= python
USE_PYTHON= autoplist concurrent distutils
NO_ARCH= yes
.include <bsd.port.mk>