Previous update from 3.5.0b2 to 3.5.0 resulted in new PORTVERSION value being lower than old, so PORTEPOCH bump was required to correct this issue. Reported by: koobs
18 lines
320 B
Makefile
18 lines
320 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= configparser
|
|
PORTVERSION= 3.5.0
|
|
PORTEPOCH= 1
|
|
CATEGORIES= devel python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= robak@FreeBSD.org
|
|
COMMENT= INI style configuration file parser
|
|
|
|
LICENSE= MIT
|
|
|
|
USES= python:2
|
|
USE_PYTHON= distutils autoplist
|
|
|
|
.include <bsd.port.mk>
|