mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-22 00:35:15 +00:00
- Staging
- Add LICENSE - Pet portlint PR: ports/188529 Submitted by: Bartek Rutkowski <ports@robakdesign.com>
This commit is contained in:
parent
6b35955843
commit
8e2258fb58
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=351457
@ -9,7 +9,9 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
DISTNAME= py${PORTNAME}_${PORTVERSION}-1
|
||||
|
||||
MAINTAINER= lwhsu@FreeBSD.org
|
||||
COMMENT= A generic notifier/event scheduler abstraction
|
||||
COMMENT= Generic notifier/event scheduler abstraction
|
||||
|
||||
LICENSE= LGPL20
|
||||
|
||||
USE_PYTHON= yes
|
||||
USE_PYDISTUTILS= yes
|
||||
@ -20,10 +22,9 @@ EXAMPLESDIR= ${PREFIX}/share/examples/py-${PORTNAME}
|
||||
WRKSRC= ${WRKDIR}/py${PORTNAME}-${PORTVERSION}
|
||||
|
||||
.if !defined(NOPORTEXAMPLES)
|
||||
NO_STAGE= yes
|
||||
post-install:
|
||||
${MKDIR} ${EXAMPLESDIR}
|
||||
${CP} ${WRKSRC}/examples/*.py ${EXAMPLESDIR}
|
||||
${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
|
||||
${CP} ${WRKSRC}/examples/*.py ${STAGEDIR}${EXAMPLESDIR}
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -4,4 +4,4 @@ It implements notification mechanisms for socket events (read or write)
|
||||
and timers. Additionally external event dispatchers may be called during
|
||||
an idle period.
|
||||
|
||||
WWW: http://www.bitkipper.net/Package/pynotifier
|
||||
WWW: http://www.bitkipper.net/Package/pynotifier
|
||||
|
Loading…
Reference in New Issue
Block a user