SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
16
devel/p5-Test-Exception/Makefile
Normal file
16
devel/p5-Test-Exception/Makefile
Normal file
|
@ -0,0 +1,16 @@
|
|||
COMMENT = test functions for exception based code
|
||||
|
||||
DISTNAME = Test-Exception-0.43
|
||||
CATEGORIES = devel
|
||||
MODULES = cpan
|
||||
PKG_ARCH = *
|
||||
REVISION = 0
|
||||
|
||||
MAINTAINER = Andrew Fresh <afresh1@openbsd.org>
|
||||
|
||||
# perl_5
|
||||
PERMIT_PACKAGE = Yes
|
||||
|
||||
RUN_DEPENDS = devel/p5-Sub-Uplevel>=0.18
|
||||
|
||||
.include <bsd.port.mk>
|
2
devel/p5-Test-Exception/distinfo
Normal file
2
devel/p5-Test-Exception/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (Test-Exception-0.43.tar.gz) = FWsT8Hdk92bYtFpDco8kOa+Bo1EmJUON6reDt4g+tTM=
|
||||
SIZE (Test-Exception-0.43.tar.gz) = 15204
|
3
devel/p5-Test-Exception/pkg/DESCR
Normal file
3
devel/p5-Test-Exception/pkg/DESCR
Normal file
|
@ -0,0 +1,3 @@
|
|||
This module provides a few convenience methods for testing exception
|
||||
based code. It is built with Test::Builder and plays happily with
|
||||
Test::Simple, Test::More and friends.
|
3
devel/p5-Test-Exception/pkg/PLIST
Normal file
3
devel/p5-Test-Exception/pkg/PLIST
Normal file
|
@ -0,0 +1,3 @@
|
|||
${P5SITE}/Test/
|
||||
${P5SITE}/Test/Exception.pm
|
||||
@man man/man3p/Test::Exception.3p
|
Loading…
Add table
Add a link
Reference in a new issue