mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-27 05:10:36 +00:00
42c8edbf68
possible. WWW: https://github.com/mellort/reddit_api PR: ports/169396 Submitted by: koobs <koobs.freebsd at gmail.com>
26 lines
531 B
Makefile
26 lines
531 B
Makefile
# New ports collection makefile for: py-reddit
|
|
# Date created: 2012-06-25
|
|
# Whom: koobs <koobs.freebsd@gmail.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= reddit
|
|
PORTVERSION= 1.4.0
|
|
CATEGORIES= devel python www
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= koobs.freebsd@gmail.com
|
|
COMMENT= A Python wrapper for the Reddit API
|
|
|
|
LICENSE= GPLv3
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
RUN_DEPENDS= ${PYTHON_SITELIBDIR}/six.py:${PORTSDIR}/devel/py-six
|
|
|
|
USE_PYTHON= yes
|
|
USE_PYDISTUTILS= easy_install
|
|
|
|
.include <bsd.port.mk>
|