pkgsrc/net/p5-Net-TFTP/Makefile
sno 223a7d71d6 Updating net/p5-Net-TFTP from 0.17nb2 to 0.18
pkgsrc changes:
- add license definition

Upstream changes:
0.18 -- Mon May 31 10:38:13 CDT 2010
  * Added support for IPv6 (patch from John Jason Brzozowski)
  * Added .gitignore file [Maik Hentsche]
  * added unit tests [Maik Hentsche]
  * added directory for unit test [Maik Hentsche]
  * handle unlink error [Maik Hentsche]
  * added unit test for missing host [Maik Hentsche]
  * Fix warning for new() without host argument [Maik Hentsche]
2010-09-23 22:47:22 +00:00

19 lines
499 B
Makefile

# $NetBSD: Makefile,v 1.21 2010/09/23 22:47:22 sno Exp $
DISTNAME= Net-TFTP-0.18
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
LICENSE= ${PERL5_LICENSE}
PKG_DESTDIR_SUPPORT= user-destdir
PERL5_PACKLIST= auto/Net/TFTP/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"