pkgsrc/net/p5-Net-TFTP/Makefile
he fb1098174f Update from version 0.10 to 0.17. Changes:
Release 0.17 -- Wed Jul 18 06:30:05 CDT 2007

Enhancements
 * Added support for IPv6 (patch from John Jason Brzozowski)

Change 746 on 2002/09/23 by <gbarr@pobox.com> (Graham Barr)

	Fix return logic for get and put (patch from Bruce Gray)

Change 726 on 2002/05/27 by <gbarr@pobox.com> (Graham Barr)

	Release 0.15

Change 725 on 2002/05/27 by <gbarr@pobox.com> (Graham Barr)

	Fix 'Use of uninitialized' warning

Change 693 on 2002/01/11 by <gbarr@pobox.com> (Graham Barr)

	Add O_TRUNC to open in get() so an existing file is truncated instead
	of unlinked and recreated

Change 646 on 2001/09/17 by <gbarr@pobox.com> (Graham Barr)

	Ensure local files are in binmode when transfer is octet mode
	Avoid spurious Buffer underflow warning

Change 633 on 2001/09/03 by <gbarr@pobox.com> (Graham Barr)

	Release 0.12

Change 614 on 2001/05/29 by <gbarr@pobox.com> (Graham Barr)

	Move TFTP out of libnet
2008-06-22 16:19:22 +00:00

18 lines
472 B
Makefile

# $NetBSD: Makefile,v 1.18 2008/06/22 16:19:22 he Exp $
DISTNAME= Net-TFTP-0.17
PKGNAME= p5-${DISTNAME}
SVR4_PKGNAME= p5ntf
CATEGORIES= net perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Net/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/~gbarr/Net-TFTP-0.17/
COMMENT= Perl5 module for TFTP transfers
PKG_DESTDIR_SUPPORT= user-destdir
PERL5_PACKLIST= auto/Net/TFTP/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"