freebsd-ports/devel/py-reddit/Makefile
Kubilay Kocak d95c946543 Update MAINTAINER address for all my ports. While I'm here,
standardise and canonicalise Makefile header format and contents.

Approved by:	eadler (mentor)
2013-02-09 14:50:27 +00:00

22 lines
424 B
Makefile

# Created by: Kubilay Kocak <koobs@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= reddit
PORTVERSION= 1.4.0
CATEGORIES= devel python www
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= koobs@FreeBSD.org
COMMENT= A Python wrapper for the Reddit API
LICENSE= GPLv3
RUN_DEPENDS= ${PYTHON_SITELIBDIR}/six.py:${PORTSDIR}/devel/py-six
USE_PYTHON= yes
USE_PYDISTUTILS= easy_install
.include <bsd.port.mk>