ad2adba9a5
simple white-space issues like indentation and trailing spaces. The others are cross-references for Makefile.common.
21 lines
621 B
Makefile
21 lines
621 B
Makefile
# $NetBSD: Makefile,v 1.4 2009/06/13 06:46:47 rillig Exp $
|
|
|
|
DISTNAME= Test-Differences-0.4801
|
|
PKGNAME= p5-${DISTNAME:S/4801/48.01/}
|
|
PKGREVISION= 1
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Test/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/perldoc?Test::Differences
|
|
COMMENT= Test strings and data structures and show differences if not ok
|
|
|
|
DEPENDS+= p5-Text-Diff>=0.34:../../textproc/p5-Text-Diff
|
|
|
|
USE_LANGUAGES= # empty
|
|
PERL5_PACKLIST= auto/Test/Differences/.packlist
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|