Lines 3-25
Link Here
|
3 |
|
3 |
|
4 |
PORTNAME= pysendfile |
4 |
PORTNAME= pysendfile |
5 |
PORTVERSION= 2.0.0 |
5 |
PORTVERSION= 2.0.0 |
6 |
PORTREVISION= 1 |
6 |
DISTVERSIONPREFIX= release- |
|
|
7 |
PORTREVISION= 2 |
7 |
CATEGORIES= net python devel |
8 |
CATEGORIES= net python devel |
8 |
MASTER_SITES= GOOGLE_CODE |
|
|
9 |
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} |
9 |
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} |
10 |
|
10 |
|
11 |
MAINTAINER= koobs@FreeBSD.org |
11 |
MAINTAINER= koobs@FreeBSD.org |
12 |
COMMENT= Python interface to sendfile(2) |
12 |
COMMENT= Python interface to sendfile(2) |
13 |
|
13 |
|
14 |
LICENSE= MIT |
14 |
LICENSE= MIT |
15 |
|
15 |
LICENSE_FILE= ${WRKSRC}/LICENSE |
16 |
BROKEN= Unfetchable (google code has gone away) |
|
|
17 |
DEPRECATED= Unfetchable for more than six months (google code has gone away) |
18 |
EXPIRATION_DATE= 2017-04-30 |
19 |
|
16 |
|
20 |
CONFLICTS_INSTALL= py*-sendfile-[0-9]* |
17 |
CONFLICTS_INSTALL= py*-sendfile-[0-9]* |
21 |
|
18 |
|
|
|
19 |
USE_GITHUB= yes |
20 |
GH_ACCOUNT= giampaolo |
21 |
|
22 |
USES= python |
22 |
USES= python |
23 |
USE_PYTHON= distutils autoplist |
23 |
USE_PYTHON= distutils autoplist |
24 |
|
24 |
|
|
|
25 |
post-install: |
26 |
@${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/sendfile.so |
27 |
|
25 |
.include <bsd.port.mk> |
28 |
.include <bsd.port.mk> |