diff --git a/devel/p5-Test-LongString/Makefile b/devel/p5-Test-LongString/Makefile new file mode 100644 index 00000000000..10419bfd30d --- /dev/null +++ b/devel/p5-Test-LongString/Makefile @@ -0,0 +1,26 @@ +# $OpenBSD: Makefile,v 1.1.1.1 2005/04/13 00:19:20 msf Exp $ + +COMMENT= "tests strings for equality" + +DISTNAME= Test-LongString-0.07 +PKGNAME= p5-${DISTNAME} +CATEGORIES= devel perl5 + +MAINTAINER= Mathieu Sauve-Frankel + +# Artistic +PERMIT_PACKAGE_CDROM= Yes +PERMIT_PACKAGE_FTP= Yes +PERMIT_DISTFILES_CDROM= Yes +PERMIT_DISTFILES_FTP= Yes + +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Test/} + +BUILD_DEPENDS= ${RUN_DEPENDS} +RUN_DEPENDS= ::devel/p5-Test-Builder-Tester + +CONFIGURE_STYLE= perl + +PKG_ARCH= * + +.include diff --git a/devel/p5-Test-LongString/distinfo b/devel/p5-Test-LongString/distinfo new file mode 100644 index 00000000000..d5236091626 --- /dev/null +++ b/devel/p5-Test-LongString/distinfo @@ -0,0 +1,4 @@ +MD5 (Test-LongString-0.07.tar.gz) = 61d60fb15578a57a7b2579f5ba391cf1 +RMD160 (Test-LongString-0.07.tar.gz) = 0e3531ac3159fb1e08015fd569f97499c16aee34 +SHA1 (Test-LongString-0.07.tar.gz) = 1dfccbeb70b62572768a89acd96bfd908339e100 +SIZE (Test-LongString-0.07.tar.gz) = 5835 diff --git a/devel/p5-Test-LongString/pkg/DESCR b/devel/p5-Test-LongString/pkg/DESCR new file mode 100644 index 00000000000..5450dfec763 --- /dev/null +++ b/devel/p5-Test-LongString/pkg/DESCR @@ -0,0 +1,4 @@ +This module provides some drop-in replacements for the string comparison +functions of Test::More, but which are more suitable when you test +against long strings. + diff --git a/devel/p5-Test-LongString/pkg/PLIST b/devel/p5-Test-LongString/pkg/PLIST new file mode 100644 index 00000000000..8b3b677cc36 --- /dev/null +++ b/devel/p5-Test-LongString/pkg/PLIST @@ -0,0 +1,3 @@ +@comment $OpenBSD: PLIST,v 1.1.1.1 2005/04/13 00:19:20 msf Exp $ +${P5SITE}/Test/LongString.pm +@man man/man3p/Test::LongString.3p