diff options
Diffstat (limited to 'net-mgmt/cricket/Makefile')
-rw-r--r-- | net-mgmt/cricket/Makefile | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/net-mgmt/cricket/Makefile b/net-mgmt/cricket/Makefile new file mode 100644 index 000000000000..4f00c31517d6 --- /dev/null +++ b/net-mgmt/cricket/Makefile @@ -0,0 +1,34 @@ +# New ports collection makefile for: Cricket +# Version required: 0.72 +# Date created: 20 November 1999 +# Whom: torstenb +# +# $FreeBSD$ +# + +DISTNAME= cricket-0.72 +CATEGORIES= net +MASTER_SITES= http://www.munitions.com/~jra/cricket/dists/ + +MAINTAINER= torstenb@FreeBSD.org + +RUN_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VERSION}/${PERL_ARCH}/SNMP_Session.pm:${PORTSDIR}/net/p5-SNMP_Session +RUN_DEPENDS+= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VERSION}/${PERL_ARCH}/RRDs.pm:${PORTSDIR}/net/rrdtool +RUN_DEPENDS+= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VERSION}/${PERL_ARCH}/Digest/MD5.pm:${PORTSDIR}/security/p5-Digest-MD5 +RUN_DEPENDS+= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VERSION}/${PERL_ARCH}/LWP.pm:${PORTSDIR}/www/p5-libwww +RUN_DEPENDS+= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VERSION}/${PERL_ARCH}/Time/Zone.pm:${PORTSDIR}/devel/p5-TimeDate +RUN_DEPENDS+= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VERSION}/${PERL_ARCH}/Time/HiRes.pm:${PORTSDIR}/devel/p5-Time-HiRes + +USE_PERL5= yes + +FETCH_BEFORE_ARGS= -b +SCRIPTS_ENV+= PERL5=${PERL5} + +do-build: + +do-install: + @${MKDIR} -m 755 ${PREFIX}/cricket + @${CP} -R ${WRKSRC}/* ${PREFIX}/cricket + @find ${PREFIX}/cricket -name \*.orig -or -name \*.bak | xargs ${RM} -f + +.include <bsd.port.mk> |