freebsd-ports/devel/py-tvrage/Makefile
Mathieu Arnold c6457ffef4 Update ports in the [bcd]* categories to not use GH_COMMIT.
With minor cleanups to make things simpler.

With hat:	portmgr
Sponsored by:	Absolight
2015-05-06 15:16:53 +00:00

22 lines
435 B
Makefile

# Created by: William Grzybowski <wg@FreeBSD.org>
# $FreeBSD$
PORTNAME= tvrage
PORTVERSION= 0.4.1
CATEGORIES= devel python
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= wg@FreeBSD.org
COMMENT= Python client for the tvrage.com XML API
LICENSE= BSD3CLAUSE
USE_GITHUB= yes
GH_ACCOUNT= ckreutzer
GH_PROJECT= python-${PORTNAME}
USES= python:2
USE_PYTHON= distutils
PYDISTUTILS_PKGNAME= python_${PORTNAME}
.include <bsd.port.mk>