diff options
Diffstat (limited to 'devel/py-reddit/Makefile')
-rw-r--r-- | devel/py-reddit/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/devel/py-reddit/Makefile b/devel/py-reddit/Makefile index 606762f06503..dd985684c486 100644 --- a/devel/py-reddit/Makefile +++ b/devel/py-reddit/Makefile @@ -1,6 +1,4 @@ -# New ports collection makefile for: py-reddit -# Date created: 2012-06-25 -# Whom: koobs <koobs.freebsd@gmail.com> +# Created by: Kubilay Kocak <koobs@FreeBSD.org> # # $FreeBSD$ # @@ -11,11 +9,10 @@ CATEGORIES= devel python www MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= koobs.freebsd@gmail.com +MAINTAINER= koobs@FreeBSD.org COMMENT= A Python wrapper for the Reddit API LICENSE= GPLv3 -LICENSE_FILE= ${WRKSRC}/COPYING RUN_DEPENDS= ${PYTHON_SITELIBDIR}/six.py:${PORTSDIR}/devel/py-six |