freebsd-ports/net-im/py-libturpial/Makefile
Mathieu Arnold 8d6597e0bb Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:16:16 +00:00

26 lines
593 B
Makefile

# Created by: Olivier Duchateau
# $FreeBSD$
PORTNAME= libturpial
PORTVERSION= 1.7.0
CATEGORIES= net-im python
MASTER_SITES= http://files.turpial.org.ve/sources/stable/ \
CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= python@FreeBSD.org
COMMENT= Twitter API
LICENSE= GPLv3
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}simplejson>=3.4.0:devel/py-simplejson \
${PYTHON_PKGNAMEPREFIX}oauth>=1.0.1:net/py-oauth \
${PYTHON_PKGNAMEPREFIX}requests>=2.2.0:www/py-requests
USES= python:2
USE_PYTHON= distutils autoplist
post-extract:
${RM} -r ${WRKSRC}/tests
.include <bsd.port.mk>