mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
29 lines
594 B
Makefile
29 lines
594 B
Makefile
COMMENT= Internet Relay Chat (IRC) protocol client library for Python
|
|
|
|
GH_ACCOUNT= sixohsix
|
|
GH_PROJECT= python-irclib
|
|
GH_COMMIT= acd5aa66f431550bd142e90590b64ff6840e6648
|
|
DISTNAME= py-irclib-0.4.8.20110306
|
|
REVISION= 5
|
|
|
|
CATEGORIES= net
|
|
|
|
# LGPLv2.1
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
MODULES= lang/python
|
|
MODPY_PYBUILD= setuptools
|
|
|
|
NO_TEST= Yes
|
|
|
|
EXAMPLES= dccreceive dccsend irccat irccat2 servermap testbot.py
|
|
EXAMPLESDIR= ${PREFIX}/share/examples/py-irclib
|
|
|
|
post-install:
|
|
${INSTALL_DATA_DIR} ${EXAMPLESDIR}
|
|
.for f in ${EXAMPLES}
|
|
${INSTALL_DATA} ${WRKSRC}/${f} ${EXAMPLESDIR}
|
|
.endfor
|
|
|
|
.include <bsd.port.mk>
|