svn commit: r333759 - head/devel/p5-Test-Exception-LessClever
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Thu Nov 14 14:20:02 UTC 2013
Author: sunpoet
Date: Thu Nov 14 14:20:01 2013
New Revision: 333759
URL: http://svnweb.freebsd.org/changeset/ports/333759
Log:
- Add LICENSE
- Support STAGEDIR
Modified:
head/devel/p5-Test-Exception-LessClever/Makefile
head/devel/p5-Test-Exception-LessClever/pkg-descr (contents, props changed)
head/devel/p5-Test-Exception-LessClever/pkg-plist (contents, props changed)
Modified: head/devel/p5-Test-Exception-LessClever/Makefile
==============================================================================
--- head/devel/p5-Test-Exception-LessClever/Makefile Thu Nov 14 14:18:27 2013 (r333758)
+++ head/devel/p5-Test-Exception-LessClever/Makefile Thu Nov 14 14:20:01 2013 (r333759)
@@ -10,13 +10,13 @@ PKGNAMEPREFIX= p5-
MAINTAINER= sunpoet at 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>
Modified: head/devel/p5-Test-Exception-LessClever/pkg-descr
==============================================================================
--- head/devel/p5-Test-Exception-LessClever/pkg-descr Thu Nov 14 14:18:27 2013 (r333758)
+++ head/devel/p5-Test-Exception-LessClever/pkg-descr Thu Nov 14 14:20:01 2013 (r333759)
@@ -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.
Modified: head/devel/p5-Test-Exception-LessClever/pkg-plist
==============================================================================
--- head/devel/p5-Test-Exception-LessClever/pkg-plist Thu Nov 14 14:18:27 2013 (r333758)
+++ head/devel/p5-Test-Exception-LessClever/pkg-plist Thu Nov 14 14:20:01 2013 (r333759)
@@ -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
More information about the svn-ports-head
mailing list