Tweak www/py-surl version 0.7.1.1
[dports.git] / www / py-surl / Makefile
1 # Created by: Carlo Strub <c-s@c-s.li>
2 # $FreeBSD$
3
4 PORTNAME=       surl
5 PORTVERSION=    0.7.1.1
6 CATEGORIES=     www
7 MASTER_SITES=   http://launchpadlibrarian.net/96097348/ \
8                 http://www.c-s.li/ports/
9 PKGNAMEPREFIX=  ${PYTHON_PKGNAMEPREFIX}
10
11 MAINTAINER=     cs@FreeBSD.org
12 COMMENT=        URL shortening command line application
13
14 LICENSE=        GPLv3
15
16 USES=           python:2 tar:bzip2
17 USE_PYTHON=     distutils
18
19 post-patch:
20         @${REINPLACE_CMD} -e 's,share/man/man1,${PREFIX}/man/man1,g' \
21                 ${WRKSRC}/setup.py
22
23 .include <bsd.port.mk>