Lines 2-20
Link Here
|
2 |
# $FreeBSD$ |
2 |
# $FreeBSD$ |
3 |
|
3 |
|
4 |
PORTNAME= texttable |
4 |
PORTNAME= texttable |
5 |
PORTVERSION= 0.8.4 |
5 |
PORTVERSION= 0.8.5 |
6 |
CATEGORIES= textproc python |
6 |
CATEGORIES= textproc python |
7 |
MASTER_SITES= CHEESESHOP \ |
7 |
MASTER_SITES= CHEESESHOP \ |
8 |
http://foutaise.org/code/texttable/ |
8 |
http://foutaise.org/code/texttable/ |
9 |
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} |
9 |
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} |
10 |
|
10 |
|
11 |
MAINTAINER= ports@FreeBSD.org |
11 |
MAINTAINER= dbaio@bsd.com.br |
12 |
COMMENT= Module for creating simple ASCII tables |
12 |
COMMENT= Module for creating simple ASCII tables |
13 |
|
13 |
|
14 |
LICENSE= LGPL3 |
14 |
LICENSE= LGPL3+ |
15 |
LICENSE_FILE= ${WRKSRC}/LICENSE |
15 |
LICENSE_FILE= ${WRKSRC}/LICENSE |
16 |
|
16 |
|
17 |
USES= python |
17 |
USES= python |
18 |
USE_PYTHON= autoplist distutils |
18 |
USE_PYTHON= autoplist distutils |
|
|
19 |
NO_ARCH= yes |
19 |
|
20 |
|
20 |
.include <bsd.port.mk> |
21 |
.include <bsd.port.mk> |