freebsd-ports/devel/py-pygithub/Makefile
Frederic Culot 9bd64a6bee - Update to 1.7
- Update Makefile's header to display creator's full name

Changes:	https://github.com/jacquev6/PyGithub/blob/v1.7/doc/ChangeLog.md
PR:		ports/171660
Submitted by:	Kubilay Kocak <koobs.freebsd@gmail.com> (maintainer)
2012-09-15 11:45:01 +00:00

26 lines
511 B
Makefile

# New ports collection makefile for: py-github
# Date created: 2012-06-04
# Whom: Kubilay Kocak <koobs.freebsd@gmail.com>
#
# $FreeBSD$
#
PORTNAME= pygithub
PORTVERSION= 1.7
CATEGORIES= devel www python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= PyGithub-${PORTVERSION}
MAINTAINER= koobs.freebsd@gmail.com
COMMENT= Use the full Github API v3 with Python
LICENSE= LGPL3
USE_ZIP= yes
USE_PYTHON= yes
USE_PYDISTUTILS=yes
PYDISTUTILS_PKGNAME= PyGithub
.include <bsd.port.mk>