blob: 97589103283ca89729e2260b4c5bbecdaf39cf8e (
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
|
PORTNAME= pyprowl
PORTVERSION= 3.0.1
PORTREVISION= 1
CATEGORIES= net python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= kiwi@FreeBSD.org
COMMENT= Module for sending Prowl notifications
WWW= https://github.com/toddrob99/pyprowl
LICENSE= GPLv3
USES= python
USE_PYTHON= distutils pep517 autoplist
DOCSDIR= ${PREFIX}/share/doc/${PKGNAMEPREFIX}${PORTNAME}
NO_ARCH= yes
PORTDOCS= *
.include <bsd.port.mk>
|