Added
Link Here
|
1 |
PORTNAME= pyprowl |
2 |
PORTVERSION= 3.0.1 |
3 |
CATEGORIES= net python |
4 |
MASTER_SITES= PYPI |
5 |
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} |
6 |
|
7 |
MAINTAINER= kiwi@oav.net |
8 |
COMMENT= Module for sending Prowl notifications |
9 |
WWW= https://github.com/toddrob99/pyprowl |
10 |
|
11 |
LICENSE= GPLv3 |
12 |
|
13 |
USES= python |
14 |
USE_PYTHON= allflavors distutils pep517 autoplist |
15 |
|
16 |
NO_ARCH= yes |
17 |
|
18 |
DOCSDIR= ${PREFIX}/share/doc/${PKGNAMEPREFIX}${PORTNAME} |
19 |
PORTDOCS= * |
20 |
|
21 |
.include <bsd.port.mk> |