Lines 7-12
Link Here
|
7 |
|
7 |
|
8 |
PORTNAME= surl |
8 |
PORTNAME= surl |
9 |
PORTVERSION= 0.7.0 |
9 |
PORTVERSION= 0.7.0 |
|
|
10 |
PORTREVISION= 1 |
10 |
CATEGORIES= www |
11 |
CATEGORIES= www |
11 |
MASTER_SITES= http://launchpadlibrarian.net/37026875/ \ |
12 |
MASTER_SITES= http://launchpadlibrarian.net/37026875/ \ |
12 |
http://www.c-s.li/ports/ |
13 |
http://www.c-s.li/ports/ |
Lines 15-27
Link Here
|
15 |
MAINTAINER= c-s@c-s.li |
16 |
MAINTAINER= c-s@c-s.li |
16 |
COMMENT= URL shortening command line application |
17 |
COMMENT= URL shortening command line application |
17 |
|
18 |
|
18 |
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}simplejson>=0:${PORTSDIR}/devel/py-simplejson |
|
|
19 |
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}simplejson>=0:${PORTSDIR}/devel/py-simplejson |
20 |
|
21 |
LICENSE= GPLv3 |
19 |
LICENSE= GPLv3 |
22 |
|
20 |
|
23 |
USE_PYTHON= 2.5+ |
21 |
USE_PYTHON= 2.5+ |
24 |
USE_PYDISTUTILS=yes |
22 |
USE_PYDISTUTILS=yes |
25 |
USE_BZIP2= yes |
23 |
USE_BZIP2= yes |
26 |
|
24 |
|
27 |
.include <bsd.port.mk> |
25 |
.include <bsd.port.pre.mk> |
|
|
26 |
|
27 |
.if ${PYTHON_REL} < 260 |
28 |
RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}simplejson>=2.0.9:${PORTSDIR}/devel/py-simplejson |
29 |
.endif |
30 |
|
31 |
.include <bsd.port.post.mk> |