opnsense-ports/devel/py-configobj/Makefile
Franco Fichtner ed160df95d */*: sync with upstream
Taken from: FreeBSD
2015-09-27 10:20:34 +02:00

21 lines
437 B
Makefile

# Created by: Choe, Cheng-Dae
# $FreeBSD$
PORTNAME= configobj
PORTVERSION= 5.0.6
PORTREVISION= 1
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= nivit@FreeBSD.org
COMMENT= Simple but powerful config file reader and writer
LICENSE= BSD3CLAUSE
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:${PORTSDIR}/devel/py-six
USES= python
USE_PYTHON= autoplist distutils
.include <bsd.port.mk>