openbsd-ports/net/pymsn/Makefile
jasper 8690e04ceb - update pymsn to 0.3.3 (which is basicly a rewrite of the whole codebase)
- specify license version

feedback and ok ajacoutot@
2008-10-26 23:57:39 +00:00

27 lines
543 B
Makefile

# $OpenBSD: Makefile,v 1.2 2008/10/26 23:57:39 jasper Exp $
COMMENT= MSN client library for Python
MODPY_EGG_VERSION= 0.3.3
DISTNAME= pymsn-${MODPY_EGG_VERSION}
CATEGORIES= net
MASTER_SITES= http://telepathy.freedesktop.org/releases/pymsn/
# GPLv2
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MODULES= lang/python
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= ::devel/py-gobject \
::security/py-crypto \
::security/py-openssl
NO_REGRESS= Yes
.include <bsd.port.mk>