Lines 7-12
Link Here
|
7 |
|
7 |
|
8 |
PORTNAME= s3cmd |
8 |
PORTNAME= s3cmd |
9 |
PORTVERSION= 1.0.1 |
9 |
PORTVERSION= 1.0.1 |
|
|
10 |
PORTREVISION= 1 |
10 |
CATEGORIES= net python |
11 |
CATEGORIES= net python |
11 |
MASTER_SITES= SF/s3tools/${PORTNAME}/${PORTVERSION} |
12 |
MASTER_SITES= SF/s3tools/${PORTNAME}/${PORTVERSION} |
12 |
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} |
13 |
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} |
Lines 14-24
Link Here
|
14 |
MAINTAINER= clsung@FreeBSD.org |
15 |
MAINTAINER= clsung@FreeBSD.org |
15 |
COMMENT= Unix-like tools to manipulate stored files from the command line |
16 |
COMMENT= Unix-like tools to manipulate stored files from the command line |
16 |
|
17 |
|
17 |
RUN_DEPENDS= ${PYTHON_SITELIBDIR}/elementtree/__init__.py:${PORTSDIR}/devel/py-elementtree |
|
|
18 |
BUILD_DEPENDS= ${RUN_DEPENDS} |
19 |
|
20 |
USE_PYDISTUTILS= yes |
18 |
USE_PYDISTUTILS= yes |
21 |
USE_PYTHON= yes |
19 |
USE_PYTHON= 2.5-2.7 |
22 |
|
20 |
|
23 |
MAN1= s3cmd.1 |
21 |
MAN1= s3cmd.1 |