freebsd-ports/www/py-surl/Makefile
Ruslan Makhmatkhanov 3841e7e6db - trim Makefile header
- sort USE_* knobs alphabetically
- limit python version to 2.x only
- remove py-simplejson conditional (we have no pythons < 2.6 in ports)

Approved by:	cs (maintainer, by mail)
2013-05-08 08:48:12 +00:00

26 lines
509 B
Makefile

# Created by: Carlo Strub <c-s@c-s.li>
# $FreeBSD$
PORTNAME= surl
PORTVERSION= 0.7.1.1
CATEGORIES= www
MASTER_SITES= http://launchpadlibrarian.net/96097348/ \
http://www.c-s.li/ports/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= cs@FreeBSD.org
COMMENT= URL shortening command line application
LICENSE= GPLv3
USE_BZIP2= yes
USE_PYTHON= -2.7
USE_PYDISTUTILS=yes
MAN1= surl.1
post-patch:
@${REINPLACE_CMD} -e 's,share/man/man1,${PREFIX}/man/man1,g' \
${WRKSRC}/setup.py
.include <bsd.port.mk>