1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00
freebsd-ports/security/pwman3/Makefile
Rene Ladan 50f8eaece1 Python cleanup:
- USE_PYTHON* = 2.X -> USE_PYTHON* = 2
- USE_PYTHON* = 2.X+ -> USE_PYTHON* = yes
Reviewed by:	python (mva, rm)
Approved by:	portmgr-lurkers (mat)
2014-01-13 21:00:02 +00:00

24 lines
626 B
Makefile

# Created by: Yarodin <yarodin@gmail.com>
# $FreeBSD$
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= yes
USE_PYDISTUTILS= yes
PYDISTUTILS_PKGNAME= Pwman3
NO_STAGE= yes
.include <bsd.port.mk>