mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-05 01:55:52 +00:00
a4c22a85d4
Pwman3 is written in python. It uses sql for storage and all data is encrypted when it isn't being viewed on screen. WWW: http://pwman.bleurgh.com PR: ports/123074 Submitted by: Yarodin <yarodin at gmail.com>
27 lines
765 B
Makefile
27 lines
765 B
Makefile
# New ports collection makefile for: pwman3
|
|
# Date created: 29 March 2008
|
|
# Whom: Yarodin <yarodin@gmail.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= pwman3
|
|
PORTVERSION= 0.0.6
|
|
CATEGORIES= security python
|
|
MASTER_SITES= http://pwman.bleurgh.com/~ivan/pwman3/source/ \
|
|
http://source.antisupport.com/pwman3/
|
|
DISTNAME= Pwman3-${PORTVERSION}
|
|
|
|
MAINTAINER= yarodin@gmail.com
|
|
COMMENT= Console password management application with sql storage
|
|
|
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pycrypto>=2.0:${PORTSDIR}/security/py-pycrypto \
|
|
${PYTHON_PKGNAMEPREFIX}cElementTree>=1.0.5:${PORTSDIR}/devel/py-celementtree \
|
|
${PYTHON_PKGNAMEPREFIX}pysqlite>=2.0.5:${PORTSDIR}/databases/py-pysqlite23
|
|
|
|
USE_PYTHON= 2.5+
|
|
USE_PYDISTUTILS= yes
|
|
PYDISTUTILS_PKGNAME= Pwman3
|
|
|
|
.include <bsd.port.mk>
|