mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
4376dbbb58
FLAVOR is the current port's flavor, it should not be used outside of this scope. Sponsored by: Absolight
22 lines
615 B
Makefile
22 lines
615 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:security/py-pycrypto@${PY_FLAVOR} \
|
|
${PYTHON_PKGNAMEPREFIX}sqlite3>=0:databases/py-sqlite3@${PY_FLAVOR}
|
|
|
|
USES= python
|
|
USE_PYTHON= distutils autoplist concurrent optsuffix
|
|
|
|
.include <bsd.port.mk>
|