blob: e7304b1dede610163d9b7869dc4bcb0e19202c07 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
|
# Created by: antoine@FreeBSD.org
# $FreeBSD$
PORTNAME= dosage
PORTVERSION= 1.9
CATEGORIES= deskutils python
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
USE_GITHUB= yes
GH_ACCOUNT= wummel
GH_TAGNAME= upstream/${PORTVERSION}
GH_COMMIT= 5148087
USE_PYTHON= yes
USE_PYDISTUTILS=yes
PYDISTUTILS_PKGNAME= Dosage
MAN1= dosage.1
post-patch:
@${REINPLACE_CMD} -e 's|share/man/man1|man/man1|' ${WRKSRC}/setup.py
.include <bsd.port.mk>
|