summaryrefslogtreecommitdiff
path: root/sysutils/pdsh/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils/pdsh/Makefile')
-rw-r--r--sysutils/pdsh/Makefile37
1 files changed, 0 insertions, 37 deletions
diff --git a/sysutils/pdsh/Makefile b/sysutils/pdsh/Makefile
deleted file mode 100644
index 87d06bc03f43..000000000000
--- a/sysutils/pdsh/Makefile
+++ /dev/null
@@ -1,37 +0,0 @@
-# Created by: Mykola Dzham <i@levsha.me>
-# $FreeBSD$
-
-PORTNAME= pdsh
-PORTVERSION= 2.29
-CATEGORIES= sysutils
-MASTER_SITES= GOOGLE_CODE
-
-MAINTAINER= i@levsha.me
-COMMENT= Parallel Distributed Shell
-
-LICENSE= GPLv2
-
-BROKEN= Unfetchable (google code has gone away)
-DEPRECATED= Unfetchable for more than six months (google code has gone away)
-EXPIRATION_DATE= 2017-04-30
-
-GNU_CONFIGURE= yes
-# :keepla because port uses lt_dlopen
-USES= libtool:keepla perl5 shebangfix tar:bzip2
-USE_PERL5= build
-SHEBANG_FILES= scripts/dshbak
-
-OPTIONS_DEFINE= SSH DSHGROUPS NETGROUP READLINE RSH
-OPTIONS_DEFAULT= SSH DSHGROUPS
-OPTIONS_SUB= yes
-DSHGROUPS_DESC= DSH groups supprt
-DSHGROUPS_CONFIGURE_WITH= dshgroups
-NETGROUP_DESC= NIS Netgroup support
-NETGROUP_CONFIGURE_WITH=netgroup
-READLINE_CONFIGURE_WITH=readline
-READLINE_LIB_DEPENDS= libreadline.so.6:devel/readline
-RSH_DESC= RSH support
-RSH_CONFIGURE_WITH= rsh
-SSH_CONFIGURE_WITH= ssh
-
-.include <bsd.port.mk>