summaryrefslogtreecommitdiffstats
path: root/ftp/paraget/Makefile
diff options
context:
space:
mode:
authorijliao <ijliao@FreeBSD.org>2001-06-05 18:03:58 +0000
committerijliao <ijliao@FreeBSD.org>2001-06-05 18:03:58 +0000
commitb977592c682ffb5a5dc7c12b4e2d19796be3994c (patch)
treee392e02b571b6623464326c8c4e6e9794d8bac38 /ftp/paraget/Makefile
parentab570124c3bd892655710cdc025341f2c986a9b4 (diff)
downloadFreeBSD-ports-b977592c682ffb5a5dc7c12b4e2d19796be3994c.zip
FreeBSD-ports-b977592c682ffb5a5dc7c12b4e2d19796be3994c.tar.gz
add paraget
Parallel ftp-fetching program
Diffstat (limited to 'ftp/paraget/Makefile')
-rw-r--r--ftp/paraget/Makefile25
1 files changed, 25 insertions, 0 deletions
diff --git a/ftp/paraget/Makefile b/ftp/paraget/Makefile
new file mode 100644
index 0000000..7ec435d
--- /dev/null
+++ b/ftp/paraget/Makefile
@@ -0,0 +1,25 @@
+# ex:ts=8
+# New ports collection makefile for: paraget
+# Date created: Apr 18, 2001
+# Whom: Ying-Chieh Liao <ijliao@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= paraget
+PORTVERSION= 0.3.0
+CATEGORIES= ftp perl5
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
+MASTER_SITE_SUBDIR= ${PORTNAME}
+
+MAINTAINER= ijliao@FreeBSD.org
+
+BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Net/FTP.pm:${PORTSDIR}/net/p5-Net \
+ ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Class/MethodMaker.pm:${PORTSDIR}/devel/p5-Class-MethodMaker
+RUN_DEPENDS= ${BUILD_DEPENDS}
+
+PERL_CONFIGURE= yes
+
+MAN1= paraget.1
+
+.include <bsd.port.mk>
OpenPOWER on IntegriCloud