19 lines
439 B
Makefile
19 lines
439 B
Makefile
# Created by: Cheng-Lung Sung <clsung@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= openid
|
|
PORTVERSION= 2.2.5
|
|
PORTREVISION= 1
|
|
CATEGORIES= security python
|
|
MASTER_SITES= LOCAL/clsung
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
DISTNAME= openid-python-openid-2.2.5-0-gb666238
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Python OpenID version
|
|
|
|
WRKSRC= ${WRKDIR}/openid-python-openid-b666238
|
|
USES= python
|
|
USE_PYTHON= distutils autoplist
|
|
|
|
.include <bsd.port.mk>
|