Initial import of Test-Memory-Cycle-0.02
A thin Test::More-compatible wrapper around Lincoln Stein's Devel::Cycle module.
This commit is contained in:
parent
01a10b841d
commit
e4d551d4f8
28
devel/p5-Test-Memory-Cycle/Makefile
Normal file
28
devel/p5-Test-Memory-Cycle/Makefile
Normal file
@ -0,0 +1,28 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2004/06/10 02:30:39 msf Exp $
|
||||
|
||||
COMMENT= "Perl extension for emulating troublesome interfaces"
|
||||
|
||||
DISTNAME= Test-Memory-Cycle-0.02
|
||||
PKGNAME= p5-${DISTNAME}
|
||||
CATEGORIES= devel perl5
|
||||
|
||||
MAINTAINER= Mathieu Sauve-Frankel <msf@openbsd.org>
|
||||
|
||||
# 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-Devel-Cycle \
|
||||
::devel/p5-Test-Builder-Tester
|
||||
|
||||
REGRESS_DEPENDS= ::devel/p5-Test-Pod \
|
||||
::devel/p5-Test-Pod-Coverage
|
||||
|
||||
CONFIGURE_STYLE= perl
|
||||
|
||||
.include <bsd.port.mk>
|
3
devel/p5-Test-Memory-Cycle/distinfo
Normal file
3
devel/p5-Test-Memory-Cycle/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (Test-Memory-Cycle-0.02.tar.gz) = 7abadae80e7bd6ba1d982c052629572d
|
||||
RMD160 (Test-Memory-Cycle-0.02.tar.gz) = 7938c881c3498780cf67afa7e57fd0b036667e3a
|
||||
SHA1 (Test-Memory-Cycle-0.02.tar.gz) = bd90b05713728379610e5babdcff269fcddd460b
|
2
devel/p5-Test-Memory-Cycle/pkg/DESCR
Normal file
2
devel/p5-Test-Memory-Cycle/pkg/DESCR
Normal file
@ -0,0 +1,2 @@
|
||||
A thin Test::More-compatible wrapper around Lincoln Stein's Devel::Cycle
|
||||
module.
|
11
devel/p5-Test-Memory-Cycle/pkg/PLIST
Normal file
11
devel/p5-Test-Memory-Cycle/pkg/PLIST
Normal file
@ -0,0 +1,11 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2004/06/10 02:30:39 msf Exp $
|
||||
${P5SITE}/Test/Memory/Cycle.pm
|
||||
@comment ${P5ARCH}/auto/Test/Memory/Cycle/.packlist
|
||||
man/man3p/Test::Memory::Cycle.3p
|
||||
@comment @dirrm ${P5ARCH}/auto/Test/Memory/Cycle
|
||||
@comment @dirrm ${P5ARCH}/auto/Test/Memory
|
||||
@comment @dirrm ${P5ARCH}/auto/Test
|
||||
@comment @dirrm ${P5ARCH}/auto
|
||||
@comment @dirrm ${P5ARCH}
|
||||
@dirrm ${P5SITE}/Test/Memory
|
||||
@dirrm ${P5SITE}/Test
|
Loading…
Reference in New Issue
Block a user