1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-24 09:25:01 +00:00
freebsd-ports/net-im/py-xmpppy/Makefile
Antoine Brodin 41a5348a3b Deprecate a few ports
With hat:	portmgr
2020-02-23 15:25:53 +00:00

31 lines
715 B
Makefile

# Created by: Andrew Pantyukhin <infofarmer@FreeBSD.org>
# $FreeBSD$
PORTNAME= xmpppy
PORTVERSION= 0.5.0
PORTREVISION= 2
CATEGORIES= net-im python
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION}-rc1/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= ${PORTNAME}-${PORTVERSION}rc1
MAINTAINER= python@FreeBSD.org
COMMENT= Python library that provides easy scripting with Jabber
LICENSE= GPLv2+
DEPRECATED= Uses deprecated version of python
EXPIRATION_DATE= 2020-08-15
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dnspython>=1.7.1:dns/py-dnspython@${PY_FLAVOR}
USES= python:2.7 shebangfix
USE_PYTHON= autoplist distutils
NO_ARCH= yes
PORTSCOUT= ignore:1
SHEBANG_FILES= doc/examples/*.py
.include <bsd.port.mk>