freebsd-ports/net-im/py-skype4py/Makefile
Marcus von Appen d7aa7dad53 - Remove easy_install dependency
- Fix file removal, so that recording the plist works properly with distutils
- Bump PORTREVISION to enforce a cleanup for the easy_install references

With hat:	python@
Approved by:	portmgr (implicit)
2014-06-21 20:33:23 +00:00

21 lines
399 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
USE_PYTHON= 2
USE_PYDISTUTILS= yes
PYDISTUTILS_AUTOPLIST= yes
USES= zip
.include <bsd.port.mk>