freebsd-ports/ftp/jmirror/Makefile
Bill Fenner 258473fcaa Remove jmrobins@jmirror.ruin.org as MAINTAINER; mail to jmirror.ruin.org
has been bouncing for over two months.
2001-10-07 22:45:37 +00:00

25 lines
585 B
Makefile

# New ports collection makefile for: jmirror
# Date Created: 4 Febuary 1999
# Whom: Justin Robinson
#
# $FreeBSD$
#
PORTNAME= jmirror
PORTVERSION= 1.0b
CATEGORIES= ftp
MASTER_SITES= ftp://ftp.ruin.org/pub/All/
MAINTAINER= ports@FreeBSD.Org
RUN_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Net/FTP.pm:${PORTSDIR}/net/p5-Net
USE_PERL5= YES
NO_BUILD= YES
do-install:
${MKDIR} ${PREFIX}/lib/jmirror
${INSTALL_SCRIPT} ${WRKSRC}/jmirror ${PREFIX}/bin/jmirror
${INSTALL_DATA} ${WRKSRC}/sample.jmirror.conf ${PREFIX}/lib/jmirror/sample.jmirror.conf
.include <bsd.port.mk>