08464032e2
p5-Test-Simple>=0.62 to provide it. Bump PKGREVISION to 1.
19 lines
547 B
Makefile
19 lines
547 B
Makefile
# $NetBSD: Makefile,v 1.2 2006/02/08 16:27:32 seb Exp $
|
|
|
|
DISTNAME= Test-LongString-0.09
|
|
PKGREVISION= 1
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Test/}
|
|
|
|
MAINTAINER= tech-pkg@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/Test-LongString/
|
|
COMMENT= Perl5 module to test strings for equality
|
|
|
|
USE_LANGUAGES= # empty
|
|
PERL5_PACKLIST= auto/Test/LongString/.packlist
|
|
|
|
DEPENDS+= p5-Test-Simple>=0.62:../../devel/p5-Test-Simple
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|