24 lines
481 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.11 2012/03/08 12:13:01 ajacoutot Exp $
COMMENT= Diffie-Hellman key exchange system
DISTNAME= Crypt-DH-0.06
REVISION= 2
2011-04-19 17:16:22 +00:00
CATEGORIES= security
2011-04-19 17:16:22 +00:00
# perl
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
BUILD_DEPENDS= ${RUN_DEPENDS}
2010-11-20 17:22:40 +00:00
RUN_DEPENDS= security/p5-Crypt-Random
2011-04-19 17:16:22 +00:00
MODULES= cpan
2005-12-24 16:46:22 +00:00
# use a fast computer, tests will finish eventually
#NO_REGRESS= tests take ages to complete
.include <bsd.port.mk>