2007-10-08 04:22:38 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.4 2007/10/08 08:22:42 steven Exp $
|
2005-12-04 12:36:51 -05:00
|
|
|
|
2007-09-15 19:29:57 -04:00
|
|
|
COMMENT= application for managing passwords
|
2005-12-04 12:36:51 -05:00
|
|
|
|
|
|
|
DISTNAME= kedpm-0.4.0
|
2007-10-08 04:22:38 -04:00
|
|
|
PKGNAME= ${DISTNAME}p1
|
2005-12-04 12:36:51 -05:00
|
|
|
CATEGORIES= security
|
|
|
|
|
|
|
|
HOMEPAGE= http://kedpm.sourceforge.net/
|
|
|
|
|
|
|
|
MAINTAINER= Joerg Zinke <umaxx@oleco.net>
|
|
|
|
|
|
|
|
# GPL
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
|
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=kedpm/}
|
|
|
|
|
|
|
|
RUN_DEPENDS= ${MODPY_EXPAT_DEPENDS} \
|
|
|
|
:py-gtk2-*:x11/py-gtk2 \
|
|
|
|
:py-crypto-*:security/py-crypto
|
|
|
|
REGRESS_DEPENDS=${RUN_DEPENDS}
|
|
|
|
|
|
|
|
MODULES= lang/python
|
|
|
|
|
|
|
|
do-regress:
|
|
|
|
@cd ${WRKSRC} && ${MODPY_BIN} ./run_tests
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|