1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-14 03:10:47 +00:00
freebsd-ports/security/py-openid/Makefile
Cheng-Lung Sung fc32351533 - Update to 2.2.1
PR:		ports/125068
Submitted by:	Wen heping <wenheping_AT_gmail dot com>
2008-07-01 06:35:00 +00:00

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>