freebsd-ports/ftp/mirror/Makefile
Satoshi Asami 4b07f0329b Change *_DEPENDS on lang/perl5 to USE_PERL5 so we won't have any
dependencies to perl5 in -current.  This might cause some unwanted
perl5 installations on -stable (if it was originally RUN_DEPENDS,
perl5 will now be installed during build too, etc.), but its lifetime
is limited anyway.
1999-01-02 00:12:21 +00:00

25 lines
465 B
Makefile

# New ports collection makefile for: mirror
# Version required: 2.9
# Date created: 15 May 1995
# Whom: torstenb
#
# $Id: Makefile,v 1.8 1998/08/16 00:54:39 hoek Exp $
#
DISTNAME= mirror-2.9
CATEGORIES= net
MASTER_SITES= ftp://src.doc.ic.ac.uk/computing/archiving/mirror/
MAINTAINER= torstenb@FreeBSD.ORG
USE_PERL5= yes
NO_WRKSUBDIR= yes
MAKEFILE= makefile
MAN1= mirror.1 mirror-master.1
pre-install:
${MKDIR} ${PREFIX}/lib/mirror
.include <bsd.port.mk>