mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-10 10:31:20 +02:00
create bsd12 branch
This commit is contained in:
19
python/py-configobj/Makefile
Normal file
19
python/py-configobj/Makefile
Normal file
@@ -0,0 +1,19 @@
|
||||
# Created by: Choe, Cheng-Dae
|
||||
# $FreeBSD: head/devel/py-configobj/Makefile 412346 2016-04-01 14:00:51Z mat $
|
||||
|
||||
PORTNAME= configobj
|
||||
PORTVERSION= 5.0.6
|
||||
CATEGORIES= devel python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
||||
MAINTAINER= nivit@FreeBSD.org
|
||||
COMMENT= Simple but powerful config file reader and writer
|
||||
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:python/py-six@${PY_FLAVOR}
|
||||
|
||||
USES= python
|
||||
USE_PYTHON= autoplist distutils
|
||||
|
||||
.include <bsd.port.mk>
|
||||
#EOF
|
||||
2
python/py-configobj/distinfo
Normal file
2
python/py-configobj/distinfo
Normal file
@@ -0,0 +1,2 @@
|
||||
SHA256 (configobj-5.0.6.tar.gz) = a2f5650770e1c87fb335af19a9b7eb73fc05ccf22144eb68db7d00cd2bcb0902
|
||||
SIZE (configobj-5.0.6.tar.gz) = 33248
|
||||
5
python/py-configobj/pkg-descr
Normal file
5
python/py-configobj/pkg-descr
Normal file
@@ -0,0 +1,5 @@
|
||||
ConfigObj is a simple but powerful config file reader and writer: an ini
|
||||
file round tripper. Its main feature is that it is very easy to use, with a
|
||||
straightforward programmer's interface and a simple syntax for config file.
|
||||
|
||||
WWW: https://github.com/DiffSK/configobj/
|
||||
Reference in New Issue
Block a user