1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00
freebsd-ports/deskutils/dosage/Makefile
2014-08-29 17:28:42 +00:00

23 lines
485 B
Makefile

# Created by: Antoine Brodin <antoine@FreeBSD.org>
# $FreeBSD$
PORTNAME= dosage
PORTVERSION= 2.15
CATEGORIES= deskutils python
MASTER_SITES= CHEESESHOP
MAINTAINER= antoine@FreeBSD.org
COMMENT= Application to keep a local mirror of web comics
LICENSE= MIT
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}requests>0:${PORTSDIR}/www/py-requests
USES= python
USE_PYTHON= distutils autoplist
post-patch:
@${REINPLACE_CMD} 's|share/man/man1|man/man1|' ${WRKSRC}/setup.py
.include <bsd.port.mk>