2012-06-10 11:47:55 +02:00
|
|
|
# New ports collection makefile for: py-github
|
|
|
|
# Date created: 2012-06-04
|
|
|
|
# Whom: koobs <koobs.freebsd@gmail.com>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= pygithub
|
2012-07-18 14:38:45 +02:00
|
|
|
PORTVERSION= 1.3
|
|
|
|
CATEGORIES= devel www python
|
2012-06-10 11:47:55 +02:00
|
|
|
MASTER_SITES= CHEESESHOP
|
|
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
DISTNAME= PyGithub-${PORTVERSION}
|
|
|
|
|
|
|
|
MAINTAINER= koobs.freebsd@gmail.com
|
|
|
|
COMMENT= Use the full Github API v3 with Python
|
|
|
|
|
2012-07-05 10:51:42 +02:00
|
|
|
LICENSE= LGPL3
|
2012-06-10 11:47:55 +02:00
|
|
|
|
|
|
|
USE_ZIP= yes
|
|
|
|
USE_PYTHON= yes
|
|
|
|
USE_PYDISTUTILS=yes
|
|
|
|
|
2012-07-18 14:38:45 +02:00
|
|
|
PYDISTUTILS_PKGNAME= PyGithub
|
2012-06-10 11:47:55 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|