aboutsummaryrefslogtreecommitdiffstats
path: root/devel/py-configparser/Makefile
blob: 42c4e55a61cd3c4b06dbb94044630472b3c7ddf9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# $FreeBSD$

PORTNAME=   configparser
PORTVERSION=    3.3.0r2
CATEGORIES= devel python
MASTER_SITES=   CHEESESHOP
PKGNAMEPREFIX=  ${PYTHON_PKGNAMEPREFIX}

MAINTAINER= ports@robakdesign.com
COMMENT=    INI style configuration file parser

LICENSE=    MIT

USE_PYTHON= 2
USE_PYDISTUTILS=    yes
PYDISTUTILS_AUTOPLIST=  yes

.include <bsd.port.mk>