c6457ffef4
With minor cleanups to make things simpler. With hat: portmgr Sponsored by: Absolight
22 lines
435 B
Makefile
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>
|