head	1.3;
access;
symbols
	RELEASE_8_3_0:1.2
	RELEASE_9_0_0:1.2
	RELEASE_7_4_0:1.1
	RELEASE_8_2_0:1.1
	RELEASE_6_EOL:1.1
	RELEASE_8_1_0:1.1
	RELEASE_7_3_0:1.1
	RELEASE_8_0_0:1.1
	RELEASE_7_2_0:1.1
	RELEASE_7_1_0:1.1
	RELEASE_6_4_0:1.1
	RELEASE_5_EOL:1.1;
locks; strict;
comment	@# @;


1.3
date	2012.11.17.06.01.16;	author svnexp;	state Exp;
branches;
next	1.2;

1.2
date	2011.09.22.23.00.25;	author eadler;	state Exp;
branches;
next	1.1;

1.1
date	2008.05.06.03.09.35;	author rafan;	state Exp;
branches;
next	;


desc
@@


1.3
log
@Switch exporter over
@
text
@# New ports collection makefile for:	pwman3
# Date created:				29 March 2008
# Whom:					Yarodin <yarodin@@gmail.com>
#
# $FreeBSD: head/security/pwman3/Makefile 300897 2012-07-14 14:29:18Z beat $
#

PORTNAME=	pwman3
PORTVERSION=	0.0.6
PORTREVISION=	1
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}sqlite3>=0:${PORTSDIR}/databases/py-sqlite3

USE_PYTHON=		2.5+
USE_PYDISTUTILS=	yes
PYDISTUTILS_PKGNAME=	Pwman3

.include <bsd.port.mk>
@


1.2
log
@- remove dep on databases/py-pysqlite23
- patch program to not use old pysqlite
- fix whitespace issue in pkg-descr
- bump portrevision

PR:		ports/160288
Submitted by:	Ruslan Mahmatkhanov <cvs-src@@yandex.ru>
Approved by:	maintainer timeout (23 days)
Approved by:	sahil (mentor)
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.1
log
@Pwman3 is a console based password management application.
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>
@
text
@d10 1
d20 1
a20 2
		${PYTHON_PKGNAMEPREFIX}cElementTree>=1.0.5:${PORTSDIR}/devel/py-celementtree \
		${PYTHON_PKGNAMEPREFIX}pysqlite>=2.0.5:${PORTSDIR}/databases/py-pysqlite23
@

