0f9f118ebf
This module scans your project/distribution for any perl files (scripts, modules, etc) for the presence of windows line endings.
18 lines
542 B
Makefile
18 lines
542 B
Makefile
# $NetBSD: Makefile,v 1.1 2015/11/30 14:08:51 mef Exp $
|
|
|
|
DISTNAME= Test-EOL-1.6
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= http://search.cpan.org/CPAN/authors/id/F/FR/FREW/
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/CPAN/authors/id/F/FR/FREW/
|
|
COMMENT= Check the correct line endings in your project
|
|
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
PERL5_PACKLIST= auto/Test/EOL/.packlist
|
|
|
|
# url2pkg-marker (please do not remove this line.)
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|