freebsd-ports/security/py-openid/Makefile
Baptiste Daroussin 3f6c422e36 Reset maintainership:
- Lots of maintainers timeout
- unresponsive for almost a year

PR:		195059
2014-12-02 22:40:56 +00:00

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>