d95c946543
standardise and canonicalise Makefile header format and contents. Approved by: eadler (mentor)
22 lines
424 B
Makefile
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>
|