summaryrefslogtreecommitdiff
path: root/net/py-irclib/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net/py-irclib/Makefile')
-rw-r--r--net/py-irclib/Makefile25
1 files changed, 25 insertions, 0 deletions
diff --git a/net/py-irclib/Makefile b/net/py-irclib/Makefile
new file mode 100644
index 00000000000..405db952718
--- /dev/null
+++ b/net/py-irclib/Makefile
@@ -0,0 +1,25 @@
+# $NetBSD: Makefile,v 1.1 2012/11/03 14:18:06 imil Exp $
+#
+
+IRCVERS= 3.4.2
+DISTNAME= irc-${IRCVERS}
+PKGNAME= ${PYPKGPREFIX}-irclib-${IRCVERS}
+CATEGORIES= net python
+MASTER_SITES= http://pypi.python.org/packages/source/i/irc/
+EXTRACT_SUFX= .zip
+
+MAINTAINER= imil@NetBSD.org
+HOMEPAGE= https://bitbucket.org/jaraco/irc
+COMMENT= Internet Relay Chat (IRC) protocol client library
+LICENSE= gnu-gpl-v2
+
+PKG_DESTDIR_SUPPORT= user-destdir
+
+USE_LANGUAGES= # none
+
+post-extract:
+ cd ${WRKSRC} && ${CHMOD} ${SHAREMODE} irc.egg-info/*
+
+.include "../../devel/py-hgtools/buildlink3.mk"
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"