freebsd-ports/security/pwman3/Makefile
Mathieu Arnold 597afc47ba Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:25:16 +00:00

21 lines
568 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 \
${PYTHON_PKGNAMEPREFIX}sqlite3>=0:databases/py-sqlite3
USES= python
USE_PYTHON= distutils autoplist
.include <bsd.port.mk>