7fbb8d9527
of Perl files to deal with the perl-5.8.7 update that moved all pkgsrc-installed Perl files into the "vendor" directories.
17 lines
431 B
Makefile
17 lines
431 B
Makefile
# $NetBSD: Makefile,v 1.15 2005/08/06 06:19:28 jlam Exp $
|
|
|
|
DISTNAME= Net-TFTP-0.10
|
|
PKGNAME= p5-Net-TFTP-0.10
|
|
SVR4_PKGNAME= p5ntf
|
|
PKGREVISION= 2
|
|
CATEGORIES= net perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Net/}
|
|
|
|
MAINTAINER= tech-pkg@NetBSD.org
|
|
COMMENT= Perl5 module for TFTP transfers
|
|
|
|
WRKSRC= ${WRKDIR}/Net-TFTP-0.10
|
|
PERL5_PACKLIST= auto/Net/TFTP/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|