freebsd-ports/devel/py-configparser/Makefile
Bartek Rutkowski f4a8692629 devel/py-configparser: PORTEPOCH bump
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
2016-08-16 11:33:08 +00:00

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>