mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-28 05:29:48 +00:00
9f24be0d83
PR: ports/124539 [1], ports/124545 [2] Submitted by: wxs [1], Wen heping <wenheping_AT_gmail dot com> [2]
25 lines
532 B
Makefile
25 lines
532 B
Makefile
# Ports collection makefile for: py-openid
|
|
# Date created: Dec 19, 2006
|
|
# Whom: Cheng-Lung Sung <clsung@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= openid
|
|
PORTVERSION= 2.2.0
|
|
CATEGORIES= security python
|
|
MASTER_SITES= http://openidenabled.com/files/python-openid/packages/
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
DISTNAME= python-${PORTNAME}-${PORTVERSION}
|
|
|
|
MAINTAINER= clsung@FreeBSD.org
|
|
COMMENT= Python OpenID version
|
|
|
|
USE_BZIP2= yes
|
|
|
|
USE_PYTHON= yes
|
|
USE_PYDISTUTILS=yes
|
|
PYDISTUTILS_PKGNAME= python-openid
|
|
|
|
.include <bsd.port.mk>
|