import py-pykpass, from maintainer Jason Meltzer.
Pykpass is a C extension module to perform password verification using Kerberos 5. It requires either the MIT or Heimdal Kerberos library.
This commit is contained in:
parent
6423a3c671
commit
6e646c5868
35
security/py-pykpass/Makefile
Normal file
35
security/py-pykpass/Makefile
Normal file
@ -0,0 +1,35 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2009/04/15 21:23:10 sthen Exp $
|
||||
|
||||
COMMENT= kerberos5 password verification python module
|
||||
|
||||
MODPY_EGG_VERSION= 0.4
|
||||
DISTNAME= pykpass-${MODPY_EGG_VERSION}
|
||||
PKGNAME= py-${DISTNAME}
|
||||
CATEGORIES= security
|
||||
|
||||
HOMEPAGE= http://www.huque.com/software/pykpass/
|
||||
|
||||
MAINTAINER= Jason Meltzer <meltzer@strangeresearch.com>
|
||||
|
||||
# Python
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
MASTER_SITES= ${HOMEPAGE}
|
||||
|
||||
WANTLIB+= com_err crypto krb5 ssl
|
||||
MODULES= lang/python
|
||||
|
||||
MODPY_SETUPTOOLS= No
|
||||
|
||||
NO_REGRESS= Yes
|
||||
|
||||
pre-build:
|
||||
@perl -pi -e 's|/usr/local/include|/usr/include/kerberosV/|g' ${WRKDIST}/setup.py
|
||||
@perl -pi -e 's|/usr/local/lib|/usr/lib|g' ${WRKDIST}/setup.py
|
||||
@perl -pi -e "s|'com_err'|'com_err', 'ssl', 'crypto'|" ${WRKDIST}/setup.py
|
||||
@perl -pi -e 's|NO_REPLAYCACHE|HEIMDAL|' ${WRKDIST}/setup.py
|
||||
|
||||
.include <bsd.port.mk>
|
5
security/py-pykpass/distinfo
Normal file
5
security/py-pykpass/distinfo
Normal file
@ -0,0 +1,5 @@
|
||||
MD5 (pykpass-0.4.tar.gz) = 2aLq6ZeyQzQ5dGQvjLlcog==
|
||||
RMD160 (pykpass-0.4.tar.gz) = 3KY81T6WceVvz+KbH7dytL5Tzv8=
|
||||
SHA1 (pykpass-0.4.tar.gz) = kGXfDuBFNbLqsJFn5YYmECYTQPI=
|
||||
SHA256 (pykpass-0.4.tar.gz) = q7uCeMYsRCw8QzuFfqBm/QX0IYJ+rZfHV2ggCBcfi8M=
|
||||
SIZE (pykpass-0.4.tar.gz) = 6468
|
2
security/py-pykpass/pkg/DESCR
Normal file
2
security/py-pykpass/pkg/DESCR
Normal file
@ -0,0 +1,2 @@
|
||||
Pykpass is a C extension module to perform password verification using
|
||||
Kerberos 5. It requires either the MIT or Heimdal Kerberos library.
|
5
security/py-pykpass/pkg/PLIST
Normal file
5
security/py-pykpass/pkg/PLIST
Normal file
@ -0,0 +1,5 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2009/04/15 21:23:10 sthen Exp $
|
||||
lib/python${MODPY_VERSION}/site-packages/_kpass.so
|
||||
lib/python${MODPY_VERSION}/site-packages/kpass.py
|
||||
lib/python${MODPY_VERSION}/site-packages/kpass.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/pykpass-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info
|
Loading…
Reference in New Issue
Block a user