1d86d24911
Because we are going to remove python 3.2 from the ports tree With hat: python
20 lines
333 B
Makefile
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>
|