mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-22 04:17:44 +00:00
8fb17dc240
- Update MASTER_SITES: 0.9.3 is not yet pushed to PyPI - Add LICENSE_FILE Changes: https://github.com/pixelb/crudini/releases
25 lines
589 B
Makefile
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>
|