1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-22 04:17:44 +00:00
freebsd-ports/www/py-surl/Makefile
Antoine Brodin 41a5348a3b Deprecate a few ports
With hat:	portmgr
2020-02-23 15:25:53 +00:00

28 lines
583 B
Makefile

# Created by: Carlo Strub <c-s@c-s.li>
# $FreeBSD$
PORTNAME= surl
PORTVERSION= 0.7.1.1
PORTREVISION= 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
DEPRECATED= Uses deprecated version of python
EXPIRATION_DATE= 2020-08-15
USES= python:2.7 tar:bzip2
USE_PYTHON= distutils
post-patch:
@${REINPLACE_CMD} -e 's,share/man/man1,${PREFIX}/man/man1,g' \
${WRKSRC}/setup.py
.include <bsd.port.mk>