1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-18 03:46:03 +00:00
freebsd-ports/security/py-openid/Makefile
Marcus von Appen 742321c708 - Convert ports of science/ and security to new USES=python
Approved by:	portmgr (implicit)
2014-10-24 16:50:42 +00:00

20 lines
440 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= clsung@FreeBSD.org
COMMENT= Python OpenID version
WRKSRC= ${WRKDIR}/openid-python-openid-b666238
USES= python
USE_PYTHON= distutils autoplist
.include <bsd.port.mk>