From 2100b7dd69eab470b82a841014c6350d9377918e Mon Sep 17 00:00:00 2001 From: Florent Thoumie Date: Thu, 19 Apr 2007 23:33:59 +0000 Subject: Add pymsn, a msn python library used in the Telepathy framework. --- net-im/papyon/Makefile | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 net-im/papyon/Makefile (limited to 'net-im/papyon/Makefile') diff --git a/net-im/papyon/Makefile b/net-im/papyon/Makefile new file mode 100644 index 000000000000..c9bb0be94d2e --- /dev/null +++ b/net-im/papyon/Makefile @@ -0,0 +1,25 @@ +# New ports collection makefile for: pymsn +# Date created: Apr 19 2007 +# Whom: Florent Thoumie +# +# $FreeBSD$ +# + +PORTNAME= pymsn +PORTVERSION= 0.2.2 +CATEGORIES= net-im +MASTER_SITES= http://telepathy.freedesktop.org/releases/${PORTNAME}/ +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= gnome@FreeBSD.org +COMMENT= MSN Connection library + +LIB_PC_DEPENDS= pygobject-2.0.pc:${PORTSDIR}/devel/py-gobject + +BUILD_DEPENDS+= ${LIB_PC_DEPENDS:C|^|${LOCALBASE}/libdata/pkgconfig/|g} +RUN_DEPENDS+= ${LIB_PC_DEPENDS:C|^|${LOCALBASE}/libdata/pkgconfig/|g} + +USE_PYTHON= 2.4+ +USE_PYDISTUTILS= yes + +.include -- cgit v1.2.3