freebsd-ports/net/py-pyprowl/Makefile
Xavier Beaudouin 6d9bec7d67 */*: Use my @FreeBSD.org email as MAINTAINER
Approved by:	0mp (mentor)
Differential Revision:	https://reviews.freebsd.org/D48050
2024-12-13 18:33:10 +01:00

22 lines
418 B
Makefile

PORTNAME= pyprowl
PORTVERSION= 3.0.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>