2013-03-09 17:33:21 +01:00
|
|
|
# Created by: Antoine Brodin <antoine@FreeBSD.org>
|
2013-01-28 14:05:56 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= dosage
|
2014-07-04 17:37:02 +02:00
|
|
|
PORTVERSION= 2.15
|
2013-01-28 14:05:56 +01:00
|
|
|
CATEGORIES= deskutils python
|
2014-06-10 20:32:05 +02:00
|
|
|
MASTER_SITES= CHEESESHOP
|
2013-01-28 14:05:56 +01:00
|
|
|
|
|
|
|
MAINTAINER= antoine@FreeBSD.org
|
|
|
|
COMMENT= Application to keep a local mirror of web comics
|
|
|
|
|
2013-01-28 14:15:15 +01:00
|
|
|
LICENSE= MIT
|
2013-01-28 14:05:56 +01:00
|
|
|
|
2014-03-06 19:42:12 +01:00
|
|
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}requests>0:${PORTSDIR}/www/py-requests
|
2013-01-28 14:05:56 +01:00
|
|
|
|
|
|
|
USE_PYTHON= yes
|
|
|
|
USE_PYDISTUTILS=yes
|
2013-12-09 20:29:40 +01:00
|
|
|
PYDISTUTILS_AUTOPLIST=yes
|
2013-01-28 14:05:56 +01:00
|
|
|
|
|
|
|
post-patch:
|
2013-12-09 20:29:40 +01:00
|
|
|
@${REINPLACE_CMD} 's|share/man/man1|man/man1|' ${WRKSRC}/setup.py
|
2013-01-28 14:05:56 +01:00
|
|
|
|
2013-09-28 20:54:58 +02:00
|
|
|
.include <bsd.port.mk>
|