1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-30 01:15:52 +00:00
freebsd-ports/net-im/pymsn/Makefile
John Marino 396a4cac54 Deprecate MSN Messenger ports to expire 31 OCT 2013
Microsoft ended the primary MSN service for all countries by 30 APR 2013.
Third party clients still work although they can only communicate with
other such clients.  The XMPP protocol service is expected to be shut down
by October 2013 [1] although MSP service may continue into early 2014. [1]

Deprecate all ports that exclusively use MSN protocols and mark the
expiration by the end of October.

[1] http://tinyurl.com/ac9vbqo

Approved by:	bapt (portmgr, mentor)
2013-07-27 10:19:30 +00:00

36 lines
1.1 KiB
Makefile

# New ports collection makefile for: pymsn
# Date created: Apr 19 2007
# Whom: Florent Thoumie <flz@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= pymsn
PORTVERSION= 0.3.3
PORTREVISION= 2
CATEGORIES= net-im
MASTER_SITES= http://telepathy.freedesktop.org/releases/${PORTNAME}/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= ports@FreeBSD.org
COMMENT= MSN Connection library
DEPRECATED= Primary MSN Messenger service terminated 30 APR 2013
EXPIRATION_DATE=2013-10-31
LIB_PC_DEPENDS= pygobject-2.0.pc:${PORTSDIR}/devel/py-gobject
BUILD_DEPENDS+= ${LIB_PC_DEPENDS:C|^|${LOCALBASE}/libdata/pkgconfig/|g} \
${PYTHON_SITELIBDIR}/ADNS.py:${PORTSDIR}/dns/py-adns \
${PYTHON_SITELIBDIR}/OpenSSL/SSL.so:${PORTSDIR}/security/py-openssl \
${PYTHON_SITELIBDIR}/Crypto/Hash/SHA.py:${PORTSDIR}/security/py-pycrypto
RUN_DEPENDS+= ${LIB_PC_DEPENDS:C|^|${LOCALBASE}/libdata/pkgconfig/|g} \
${PYTHON_SITELIBDIR}/ADNS.py:${PORTSDIR}/dns/py-adns \
${PYTHON_SITELIBDIR}/OpenSSL/SSL.so:${PORTSDIR}/security/py-openssl \
${PYTHON_SITELIBDIR}/Crypto/Hash/SHA.py:${PORTSDIR}/security/py-pycrypto
USE_PYTHON= 2.5+
USE_PYDISTUTILS= yes
.include <bsd.port.mk>