openbsd-ports/security/clusterssh/Makefile
okan 976099cbda update to 4.01_01; from LEVAI Daniel.
ok kevlo@ (MAINTAINER)
2012-01-26 15:37:48 +00:00

40 lines
862 B
Makefile

# $OpenBSD: Makefile,v 1.9 2012/01/26 15:37:48 okan Exp $
COMMENT= secure concurrent multi-server terminal control
DISTNAME= App-ClusterSSH-4.01_01
PKGNAME= clusterssh-4.01.01
CATEGORIES= security
HOMEPAGE= http://clusterssh.sourceforge.net/
MAINTAINER= Kevin Lo <kevlo@openbsd.org>
# GPLv2
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=clusterssh/}
MODULES= cpan
RUN_DEPENDS= x11/p5-Tk \
x11/p5-X11-Protocol \
devel/p5-Try-Tiny \
devel/p5-Exception-Class \
devel/p5-Readonly \
sysutils/p5-File-Which
BUILD_DEPENDS= ${RUN_DEPENDS}
# one test fails due to hard coded xterm path
REGRESS_DEPENDS=devel/p5-Test-Trap \
devel/p5-Test-Pod \
devel/p5-Test-Pod-Coverage \
devel/p5-Test-DistManifest
MAKE_ENV= TEST_POD=Yes
.include <bsd.port.mk>