forked from Lainports/freebsd-ports
22 lines
418 B
Makefile
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>
|