116a2abbae
- Use perl5
24 lines
500 B
Makefile
24 lines
500 B
Makefile
# New ports collection makefile for: mirror
|
|
# Version required: 2.9
|
|
# Date created: 15 May 1995
|
|
# Whom: torstenb
|
|
#
|
|
# $Id: Makefile,v 1.6 1996/12/01 01:22:54 obrien Exp $
|
|
#
|
|
|
|
DISTNAME= mirror-2.9
|
|
CATEGORIES= net
|
|
MASTER_SITES= ftp://src.doc.ic.ac.uk/computing/archiving/mirror/
|
|
|
|
MAINTAINER= torstenb@FreeBSD.ORG
|
|
|
|
NO_WRKSUBDIR= yes
|
|
MAKEFILE= makefile
|
|
MAN1= mirror.1 mirror-master.1
|
|
|
|
RUN_DEPENDS= perl5.00404:${PORTSDIR}/lang/perl5
|
|
|
|
pre-install:
|
|
${MKDIR} ${PREFIX}/lib/mirror
|
|
|
|
.include <bsd.port.mk>
|