summaryrefslogtreecommitdiff
path: root/net-mgmt/nrpep/Makefile
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>2004-02-14 07:18:35 +0000
committercvs2svn <cvs2svn@FreeBSD.org>2004-02-14 07:18:35 +0000
commit00535086d3a922b17e2beead589f92e6cd585ff8 (patch)
tree39749b1efaaad8c42f3be50320a00cac0799aacc /net-mgmt/nrpep/Makefile
parentFix build by syncing with gaim-0.73. (diff)
This commit was manufactured by cvs2svn to create tag 'RELEASE_5_2_1'.release/5.2.1
Notes
Notes: svn path=/head/; revision=100899 svn path=/tags/RELEASE_5_2_1/; revision=100900; tag=release/5.2.1
Diffstat (limited to 'net-mgmt/nrpep/Makefile')
-rw-r--r--net-mgmt/nrpep/Makefile24
1 files changed, 0 insertions, 24 deletions
diff --git a/net-mgmt/nrpep/Makefile b/net-mgmt/nrpep/Makefile
deleted file mode 100644
index c6f65fab0575..000000000000
--- a/net-mgmt/nrpep/Makefile
+++ /dev/null
@@ -1,24 +0,0 @@
-# New ports collection makefile for: nrpep
-# Date created: 10 April 2002
-# Whom: jon@netcraft.com
-#
-# $FreeBSD$
-
-PORTNAME= nrpep
-PORTVERSION= 0.2
-CATEGORIES= net
-MASTER_SITES= http://www.netsaint.org/download/contrib/addons/
-
-MAINTAINER= jon@netcraft.com
-COMMENT= A netsaint addon for running plugins on remote hosts
-
-# Note that this port depends on neither netsaint-plugins OR netsaint, because it
-# installs both a client and a server, and so could need EITHER. Bummer.
-RUN_DEPENDS= ${SITE_PERL}/Crypt/TripleDES.pm:${PORTSDIR}/security/p5-Crypt-TripleDES
-
-USE_PERL5_RUN= yes
-
-post-install:
- ${CAT} pkg-message
-
-.include <bsd.port.mk>