a0befa7590
A library to test long strings.
16 lines
475 B
Makefile
16 lines
475 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2005/11/23 22:02:57 wiz Exp $
|
|
|
|
DISTNAME= Test-LongString-0.09
|
|
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
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|