Initial import Test-Simple-0.10
--- This is an extremely simple, extremely basic module for writing tests suitable for CPAN modules and other pursuits.
This commit is contained in:
parent
940aeb270b
commit
0e0769ddcb
24
devel/p5-Test-Simple/Makefile
Normal file
24
devel/p5-Test-Simple/Makefile
Normal file
@ -0,0 +1,24 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2001/08/12 08:48:17 shell Exp $
|
||||
|
||||
COMMENT= "basic utilities for writing tests in perl"
|
||||
|
||||
VERSION= 0.10
|
||||
DISTNAME= Test-Simple-${VERSION}
|
||||
PKGNAME= p5-${DISTNAME}
|
||||
CATEGORIES= devel perl5
|
||||
NEED_VERSION= 1.434
|
||||
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||
MASTER_SITE_SUBDIR= Test
|
||||
|
||||
MAINTAINER= Shell Hung <shell@openbsd.org>
|
||||
|
||||
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
CONFIGURE_STYLE= perl
|
||||
|
||||
.include <bsd.port.mk>
|
3
devel/p5-Test-Simple/files/md5
Normal file
3
devel/p5-Test-Simple/files/md5
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (Test-Simple-0.10.tar.gz) = 1d1eadd66a58c29fcd60b9d9a100c1f0
|
||||
RMD160 (Test-Simple-0.10.tar.gz) = 634f7d8445b96b605dad2d00e064b9e98b50811c
|
||||
SHA1 (Test-Simple-0.10.tar.gz) = b286925863627835ae47230f84837ffb369d1cf0
|
2
devel/p5-Test-Simple/pkg/DESCR
Normal file
2
devel/p5-Test-Simple/pkg/DESCR
Normal file
@ -0,0 +1,2 @@
|
||||
This is an extremely simple, extremely basic module for writing
|
||||
tests suitable for CPAN modules and other pursuits.
|
6
devel/p5-Test-Simple/pkg/PLIST
Normal file
6
devel/p5-Test-Simple/pkg/PLIST
Normal file
@ -0,0 +1,6 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2001/08/12 08:48:17 shell Exp $
|
||||
libdata/perl5/site_perl/Test/More.pm
|
||||
libdata/perl5/site_perl/Test/Simple.pm
|
||||
libdata/perl5/site_perl/Test/Utils.pm
|
||||
man/man3/Test::More.3p
|
||||
man/man3/Test::Simple.3p
|
Loading…
Reference in New Issue
Block a user