946fc18614
See https://pypi.python.org/pypi/notify2 Submitted by: myself Approved by: tcberner Differential Revision: https://reviews.freebsd.org/D14374
21 lines
422 B
Makefile
21 lines
422 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= notify2
|
|
DISTVERSION= 0.3.1
|
|
CATEGORIES= devel python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= yuri@FreeBSD.org
|
|
COMMENT= Python interface to DBus notifications
|
|
|
|
LICENSE= BSD2CLAUSE
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dbus>0:devel/py-dbus@${FLAVOR}
|
|
|
|
USES= python
|
|
USE_PYTHON= distutils autoplist
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|