freebsd-ports/devel/py-configobj/Makefile
Nicola Vitale f6365eb6a7 - Update to 5.0.6 [1]
- Use CHEESESHOP as download site
- Remove patches under files/
- Update WWW address

PR:	194630 [1]
Submitted by:	Olivier Cochard <olivier@cochard.me> [1]
2015-01-24 13:25:14 +00:00

19 lines
369 B
Makefile

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