diff options
author | jwise <jwise> | 2000-10-20 22:52:21 +0000 |
---|---|---|
committer | jwise <jwise> | 2000-10-20 22:52:21 +0000 |
commit | 3bc2e49671298af4c1e3000a6a3f77c42a4c41c8 (patch) | |
tree | 8a0d78ce28edf9a55356221030602cffaf3d010f /net | |
parent | fad2117c4742a43c39bed532826777b4609f67f5 (diff) | |
download | pkgsrc-3bc2e49671298af4c1e3000a6a3f77c42a4c41c8.tar.gz |
Initial import of p5-Net-TFTP-0.10, the Net::TFTP module for perl 5.
Diffstat (limited to 'net')
-rw-r--r-- | net/p5-Net-TFTP/Makefile | 19 | ||||
-rw-r--r-- | net/p5-Net-TFTP/files/md5 | 3 | ||||
-rw-r--r-- | net/p5-Net-TFTP/pkg/COMMENT | 1 | ||||
-rw-r--r-- | net/p5-Net-TFTP/pkg/DESCR | 2 | ||||
-rw-r--r-- | net/p5-Net-TFTP/pkg/PLIST | 1 |
5 files changed, 26 insertions, 0 deletions
diff --git a/net/p5-Net-TFTP/Makefile b/net/p5-Net-TFTP/Makefile new file mode 100644 index 00000000000..b46517941e2 --- /dev/null +++ b/net/p5-Net-TFTP/Makefile @@ -0,0 +1,19 @@ +# $NetBSD: Makefile,v 1.1.1.1 2000/10/20 22:52:21 jwise Exp $ +# FreeBSD Id: Makefile,v 1.13 1997/06/27 18:38:15 jfitz Exp +# + +DISTNAME= Net-TFTP-0.10 +PKGNAME= p5-Net-TFTP-0.10 +WRKSRC= ${WRKDIR}/Net-TFTP-0.10 +CATEGORIES= net perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Net/} + +MAINTAINER= packages@netbsd.org + +USE_PERL5= # defined +PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Net/TFTP/.packlist + +do-configure: + @cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL + +.include "../../mk/bsd.pkg.mk" diff --git a/net/p5-Net-TFTP/files/md5 b/net/p5-Net-TFTP/files/md5 new file mode 100644 index 00000000000..0716fe418e3 --- /dev/null +++ b/net/p5-Net-TFTP/files/md5 @@ -0,0 +1,3 @@ +$NetBSD: md5,v 1.1.1.1 2000/10/20 22:52:21 jwise Exp $ + +MD5 (Net-TFTP-0.10.tar.gz) = e65e0a255e40df72086492e325d93464 diff --git a/net/p5-Net-TFTP/pkg/COMMENT b/net/p5-Net-TFTP/pkg/COMMENT new file mode 100644 index 00000000000..49f9e5ef88e --- /dev/null +++ b/net/p5-Net-TFTP/pkg/COMMENT @@ -0,0 +1 @@ +perl5 module for TFTP transfers diff --git a/net/p5-Net-TFTP/pkg/DESCR b/net/p5-Net-TFTP/pkg/DESCR new file mode 100644 index 00000000000..90dfc746df5 --- /dev/null +++ b/net/p5-Net-TFTP/pkg/DESCR @@ -0,0 +1,2 @@ +Net::TFTP provides the client side for transfering files using +the trivial file transfer protocol. diff --git a/net/p5-Net-TFTP/pkg/PLIST b/net/p5-Net-TFTP/pkg/PLIST new file mode 100644 index 00000000000..a05a40863fd --- /dev/null +++ b/net/p5-Net-TFTP/pkg/PLIST @@ -0,0 +1 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2000/10/20 22:52:21 jwise Exp $ |