19 lines
377 B
Makefile
19 lines
377 B
Makefile
# Created by: Nicola Vitale <nivit@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Skype4Py
|
|
PORTVERSION= 1.0.35
|
|
PORTREVISION= 1
|
|
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 zip
|
|
USE_PYTHON= distutils autoplist
|
|
|
|
.include <bsd.port.mk>
|