mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-19 00:13:33 +00:00
11afd25981
PR: 280003
23 lines
414 B
Makefile
23 lines
414 B
Makefile
PORTNAME= pyprowl
|
|
PORTVERSION= 3.0.1
|
|
CATEGORIES= net python
|
|
MASTER_SITES= PYPI
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= kiwi@oav.net
|
|
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>
|