Lines 2-19
Link Here
|
2 |
# $FreeBSD$ |
2 |
# $FreeBSD$ |
3 |
|
3 |
|
4 |
PORTNAME= configobj |
4 |
PORTNAME= configobj |
5 |
PORTVERSION= 4.7.2 |
5 |
PORTVERSION= 5.0.6 |
6 |
CATEGORIES= devel python |
6 |
CATEGORIES= devel python |
7 |
MASTER_SITES= http://www.voidspace.org.uk/downloads/ \ |
|
|
8 |
SF \ |
9 |
${MASTER_SITE_GOOGLE_CODE} |
10 |
|
7 |
|
11 |
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} |
|
|
12 |
|
13 |
MAINTAINER= nivit@FreeBSD.org |
8 |
MAINTAINER= nivit@FreeBSD.org |
14 |
COMMENT= Simple but powerful config file reader and writer |
9 |
COMMENT= Simple but powerful config file reader and writer |
15 |
|
10 |
|
16 |
USES= python zip |
11 |
LICENSE= BSD3CLAUSE |
|
|
12 |
|
13 |
USES= python |
17 |
USE_PYTHON= distutils autoplist |
14 |
USE_PYTHON= distutils autoplist |
|
|
15 |
USE_GITHUB= yes |
16 |
GH_ACCOUNT= DiffSK |
17 |
GH_TAGNAME= v${PORTVERSION} |
18 |
GH_COMMIT= 9d2aab0 |
18 |
|
19 |
|
19 |
.include <bsd.port.mk> |
20 |
.include <bsd.port.mk> |