initial import of Carp::Assert::More 1.12
Carp::Assert::More is a set of wrappers around the Carp::Assert functions to make the habit of writing assertions even easier.
This commit is contained in:
parent
2b8fb74b70
commit
91c53ef03b
23
devel/p5-Carp-Assert-More/Makefile
Normal file
23
devel/p5-Carp-Assert-More/Makefile
Normal file
@ -0,0 +1,23 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2006/12/04 14:35:12 msf Exp $
|
||||
|
||||
COMMENT= "convenience wrappers around Carp::Assert"
|
||||
|
||||
MODULES= cpan
|
||||
|
||||
DISTNAME= Carp-Assert-More-1.12
|
||||
CATEGORIES= devel
|
||||
|
||||
MAINTAINER= Mathieu Sauve-Frankel <msf@openbsd.org>
|
||||
|
||||
# perl
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
RUN_DEPENDS= ::devel/p5-Carp-Assert
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
|
||||
MAKE_ENV= TEST_POD=Yes
|
||||
|
||||
.include <bsd.port.mk>
|
4
devel/p5-Carp-Assert-More/distinfo
Normal file
4
devel/p5-Carp-Assert-More/distinfo
Normal file
@ -0,0 +1,4 @@
|
||||
MD5 (Carp-Assert-More-1.12.tar.gz) = dbd6a0fcbff5f00d2e39b77322036d3f
|
||||
RMD160 (Carp-Assert-More-1.12.tar.gz) = 7501ffc3e557a0ffd083dab558482334fdcec3db
|
||||
SHA1 (Carp-Assert-More-1.12.tar.gz) = 6c8b694d0b2bf9642960fa56a41eacd2e563fc0e
|
||||
SIZE (Carp-Assert-More-1.12.tar.gz) = 8371
|
2
devel/p5-Carp-Assert-More/pkg/DESCR
Normal file
2
devel/p5-Carp-Assert-More/pkg/DESCR
Normal file
@ -0,0 +1,2 @@
|
||||
Carp::Assert::More is a set of wrappers around the Carp::Assert
|
||||
functions to make the habit of writing assertions even easier.
|
4
devel/p5-Carp-Assert-More/pkg/PLIST
Normal file
4
devel/p5-Carp-Assert-More/pkg/PLIST
Normal file
@ -0,0 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2006/12/04 14:35:12 msf Exp $
|
||||
${P5SITE}/Carp/Assert/
|
||||
${P5SITE}/Carp/Assert/More.pm
|
||||
@man man/man3p/Carp::Assert::More.3p
|
Loading…
Reference in New Issue
Block a user