mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-14 03:10:47 +00:00
fc32351533
PR: ports/125068 Submitted by: Wen heping <wenheping_AT_gmail dot com>
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.1
|
|
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>
|