22 lines
402 B
Makefile
22 lines
402 B
Makefile
# Created by: Nicola Vitale <nivit@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Skype4Py
|
|
PORTVERSION= 1.0.35
|
|
#PORTREVISION= 0
|
|
CATEGORIES= net-im devel
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= nivit@FreeBSD.org
|
|
COMMENT= Skype (TM) API wrapper for Python
|
|
|
|
LICENSE= BSD
|
|
|
|
PYDISTUTILS_AUTOPLIST= yes
|
|
|
|
USE_PYDISTUTILS= easy_install
|
|
USE_PYTHON= 2
|
|
USES= zip
|
|
|
|
.include <bsd.port.mk>
|