aboutsummaryrefslogtreecommitdiffstats
path: root/net-im/py-skype4py/Makefile
blob: 5e57d07a9b441c11904c51470792bd10a6d338eb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Created by: Nicola Vitale <nivit@FreeBSD.org>
# $FreeBSD$

PORTNAME=   Skype4Py
PORTVERSION=    1.0.35
PORTREVISION=   2
CATEGORIES= net-im devel
MASTER_SITES=   CHEESESHOP
PKGNAMEPREFIX=  ${PYTHON_PKGNAMEPREFIX}

MAINTAINER= nivit@FreeBSD.org
COMMENT=    Skype (TM) API wrapper for Python

LICENSE=    BSD3CLAUSE

USES=       python:2.7 zip
USE_PYTHON= distutils autoplist

.include <bsd.port.mk>