freebsd-ports/www/py-slumber/Makefile
Martin Wilke 4b4d667306 Slumber is a python library that provides a convenient yet powerful object
orientated interface to ReSTful APIs. It acts as a wrapper around the
excellent requests_ library and abstracts away the handling of urls,
serialization, and processing requests.

WWW:	http://slumber.in/

PR:		ports/168557
Submitted by:	koobs <koobs.freebsd@gmail.com>
2012-06-06 11:24:56 +00:00

25 lines
548 B
Makefile

# New ports collection makefile for: py-slumber
# Date created: 2012-06-02
# Whom: koobs <koobs.freebsd@gmail.com>
#
# $FreeBSD$
#
PORTNAME= slumber
PORTVERSION= 0.4.2
CATEGORIES= www python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= koobs.freebsd@gmail.com
COMMENT= A Python library that makes consuming a REST API easier
LICENSE= BSD
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}requests>0:${PORTSDIR}/www/py-requests
USE_PYTHON= yes
USE_PYDISTUTILS=yes
.include <bsd.port.mk>