1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-19 00:13:33 +00:00
freebsd-ports/net/py-pyprowl/Makefile
2024-09-06 11:02:36 +02:00

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>