bfc05f25ea
Collection. This Perl 5 module prodives test routines for examining the contents of files.
17 lines
534 B
Makefile
17 lines
534 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2006/06/06 09:52:25 seb Exp $
|
|
|
|
DISTNAME= Test-File-Contents-0.03
|
|
PKGNAME= p5-${DISTNAME}
|
|
SVR4_PKGNAME= p5tfc
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Module/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/Test-File-Contents//
|
|
COMMENT= Perl5 module for test routines examining the contents of files
|
|
|
|
PERL5_MODULE_TYPE= Module::Build
|
|
PERL5_PACKLIST= auto/Test/File/Contents/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|