freebsd-ports/net-im/py-sleekxmpp/Makefile
Ruslan Makhmatkhanov 1d86d24911 Bump minimal python3 version to 3.3 in USES
Because we are going to remove python 3.2 from the ports tree

With hat:   python
2016-02-02 20:01:44 +00:00

20 lines
333 B
Makefile

# $FreeBSD$
PORTNAME= sleekxmpp
PORTVERSION= 1.3.1
PORTREVISION= 1
CATEGORIES= net-im python
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= arved@FreeBSD.org
COMMENT= XMPP Library
LICENSE= MIT
USES= python:3.3+
USE_PYTHON= distutils autoplist
USE_GITHUB= yes
GH_ACCOUNT= fritzy
GH_PROJECT= SleekXMPP
.include <bsd.port.mk>