396a4cac54
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)
33 lines
699 B
Makefile
33 lines
699 B
Makefile
# ex:ts=8
|
|
# Ports collection makefile for: py-msnp
|
|
# Date created: Dec 26, 2003
|
|
# Whom: ijliao
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= msnp
|
|
PORTVERSION= 0.4.1
|
|
PORTREVISION= 1
|
|
CATEGORIES= net-im python
|
|
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/v${PORTVERSION}
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
DISTNAME= ${PORTNAME}.py-${PORTVERSION}
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= MSN messaging in Python
|
|
|
|
DEPRECATED= Primary MSN Messenger service terminated 30 APR 2013
|
|
EXPIRATION_DATE=2013-10-31
|
|
|
|
USE_PYTHON= 2.5+
|
|
USE_PYDISTUTILS= yes
|
|
PYDISTUTILS_PKGNAME= msnp.py
|
|
|
|
.if !defined(NOPORTDOCS)
|
|
post-install:
|
|
@${MKDIR} ${DOCSDIR}
|
|
${INSTALL_DATA} ${WRKSRC}/tutorial.html ${DOCSDIR}
|
|
.endif
|
|
|
|
.include <bsd.port.mk>
|