- Add LICENSE
- Support STAGEDIR
This commit is contained in:
parent
ef3a744050
commit
6456f25862
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=333759
3 changed files with 5 additions and 4 deletions
|
@ -10,13 +10,13 @@ PKGNAMEPREFIX= p5-
|
|||
MAINTAINER= sunpoet@FreeBSD.org
|
||||
COMMENT= Test::Exception simplified
|
||||
|
||||
LICENSE= ART10 GPLv1
|
||||
LICENSE_COMB= dual
|
||||
|
||||
BUILD_DEPENDS= p5-Mock-Quick>=1.100:${PORTSDIR}/devel/p5-Mock-Quick
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
|
||||
USE_PERL5= modbuild
|
||||
USES= perl5
|
||||
|
||||
MAN3= Test::Exception::LessClever.3
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
Test::Exception::LessClever is an alternative to Test::Exception that is much
|
||||
simpler. This alternative does not use fancy stack tricks to hide itself. The
|
||||
idea here is to keep it simple. This also solves the Test::Exception bug where
|
||||
idea here is to keep it simple. This also solves the Test::Exception bug where
|
||||
some dies will be hidden when a DESTROY method calls eval. If a DESTROY method
|
||||
masks $@ a warning will be generated as well.
|
||||
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
%%SITE_PERL%%/Test/Exception/LessClever.pm
|
||||
%%PERL5_MAN3%%/Test::Exception::LessClever.3.gz
|
||||
@dirrmtry %%SITE_PERL%%/Test/Exception
|
||||
@dirrmtry %%SITE_PERL%%/Test
|
||||
|
|
Loading…
Reference in a new issue