aboutsummaryrefslogtreecommitdiffstats
path: root/net-mgmt/nrpep/Makefile
blob: 0a0d3e8fc7b19b5f406ee42a5a3dcc91d41524d6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# 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

# 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=    ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Crypt/TripleDES.pm:${PORTSDIR}/security/p5-Crypt-TripleDES

USE_PERL5_RUN=  yes

post-install:
    ${CAT} pkg-message

.include <bsd.port.mk>