aboutsummaryrefslogtreecommitdiffstats
path: root/ftp/p5-Net-FTP-Common
diff options
context:
space:
mode:
authorkuriyama <kuriyama@FreeBSD.org>2003-05-17 19:58:29 +0800
committerkuriyama <kuriyama@FreeBSD.org>2003-05-17 19:58:29 +0800
commita81e1dac6f41917f695c855ea507ce0c0fbb8170 (patch)
tree06465a80e951ef105168e06cae5d19367b8f113b /ftp/p5-Net-FTP-Common
parentf5c20aaa231dbe3b29c9e460e464424555a30bf7 (diff)
downloadfreebsd-ports-gnome-a81e1dac6f41917f695c855ea507ce0c0fbb8170.tar.gz
freebsd-ports-gnome-a81e1dac6f41917f695c855ea507ce0c0fbb8170.tar.zst
freebsd-ports-gnome-a81e1dac6f41917f695c855ea507ce0c0fbb8170.zip
Perl module to provide simplify common usages of Net::FTP.
Diffstat (limited to 'ftp/p5-Net-FTP-Common')
-rw-r--r--ftp/p5-Net-FTP-Common/Makefile26
-rw-r--r--ftp/p5-Net-FTP-Common/distinfo1
-rw-r--r--ftp/p5-Net-FTP-Common/pkg-descr6
-rw-r--r--ftp/p5-Net-FTP-Common/pkg-plist5
4 files changed, 38 insertions, 0 deletions
diff --git a/ftp/p5-Net-FTP-Common/Makefile b/ftp/p5-Net-FTP-Common/Makefile
new file mode 100644
index 000000000000..0acecefd841c
--- /dev/null
+++ b/ftp/p5-Net-FTP-Common/Makefile
@@ -0,0 +1,26 @@
+# New ports collection makefile for: p5-Net-FTP-Common
+# Date Created: 17 May, 2003
+# Whom: Jun Kuriyama <kuriyama@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= Net-FTP-Common
+PORTVERSION= 2.28
+CATEGORIES= ftp perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
+MASTER_SITE_SUBDIR= ../../authors/id/T/TB/TBONE
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= kuriyama@FreeBSD.org
+COMMENT= Perl module to provide simplify common usages of Net::FTP
+
+BUILD_DEPENDS= ${SITE_PERL}/Net/FTP.pm:${PORTSDIR}/net/p5-Net
+RUN_DEPENDS= ${SITE_PERL}/Net/FTP.pm:${PORTSDIR}/net/p5-Net
+
+PERL_CONFIGURE= yes
+
+MAN3= Net::FTP::Common.3
+MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
+
+.include <bsd.port.mk>
diff --git a/ftp/p5-Net-FTP-Common/distinfo b/ftp/p5-Net-FTP-Common/distinfo
new file mode 100644
index 000000000000..d313466a39e3
--- /dev/null
+++ b/ftp/p5-Net-FTP-Common/distinfo
@@ -0,0 +1 @@
+MD5 (Net-FTP-Common-2.28.tar.gz) = 50825a6fa3aab06dbe96d10c7b61201b
diff --git a/ftp/p5-Net-FTP-Common/pkg-descr b/ftp/p5-Net-FTP-Common/pkg-descr
new file mode 100644
index 000000000000..5167c1f96e75
--- /dev/null
+++ b/ftp/p5-Net-FTP-Common/pkg-descr
@@ -0,0 +1,6 @@
+This module is intended to make the common uses of Net::FTP a
+one-line, no-argument affair. In other words, you have 100%
+programming with Net::FTP. With Net::FTP::Common you will have 95%
+configuration and 5% programming.
+
+WWW: http://search.cpan.org/dist/Net-FTP-Common/
diff --git a/ftp/p5-Net-FTP-Common/pkg-plist b/ftp/p5-Net-FTP-Common/pkg-plist
new file mode 100644
index 000000000000..dc5128d1f4c9
--- /dev/null
+++ b/ftp/p5-Net-FTP-Common/pkg-plist
@@ -0,0 +1,5 @@
+%%SITE_PERL%%/TestConfig.pm
+%%SITE_PERL%%/Net/FTP/Common.pm
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/FTP/Common/.packlist
+@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/FTP/Common
+@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/FTP