Martin Wilke
cdd6c73f5d
- Stage support
2014-02-01 14:42:04 +00:00
Jonathan Chu
19aceb599f
Update maintainer email address
...
Approved by: swills (mentor)
2014-01-21 05:12:40 +00:00
Baptiste Daroussin
888ab73a81
Add NO_STAGE all over the place in preparation for the staging support (cat: lang)
2013-09-20 19:53:09 +00:00
Baptiste Daroussin
6adf864b81
Convert to new perl framework
...
Convert from USE_GMAKE to USES=gmake
2013-09-17 06:40:21 +00:00
Andrej Zverev
b93bdbe2d6
- Cleanup outdated checks. (PERL_LEVEL < 5.12)
...
- Assign some p5- ports under perl@ maintainership.
Approved by: portmgr@ (bapt@)
2013-06-18 13:49:02 +00:00
Steve Wills
b8c4ce6d92
- Update to 1.003002
...
PR: ports/177297
Submitted by: milki <milki@rescomp.berkeley.edu> (maintainer)
2013-03-24 00:43:24 +00:00
Philip M. Gollucci
b59621d3ae
- Revert ports/165605 as requested by portmgr@
...
Note: devel/p5-B-Size and devel/p5-Devel-Arena
where intentionally not restored.
PR: ports/165605
Approved by: portmgr (bapt)
Feature safe: yes (I sure hope so)
2012-03-13 16:15:36 +00:00
Philip M. Gollucci
2cf4c1e2c8
- Remove ports that only work with < perl 5.12 (devel/p5-B-Size, devel/p5-Devel-Arena)
...
- Remove conditionals for PERL_LEVEL < 501200
- Remove regression-test targets b/c this will be centralized in Mk/bsd.perl.mk
- Other minor cleanups
RUN_DEPENDS = ${BUILD_DEPENDS} -> RUN_DEPENDS:= ${BUILD_DEPENDS}
PR: ports/165605
Submitted by: pgollucci (myself)
Approved by: portmgr (linimon)
Exp Run by: linimon
Tested by: make index
2012-03-08 18:45:38 +00:00
Sunpoet Po-Chuan Hsieh
00ca886ed4
- Change PERL_CONFIGURE to "yes" for all values between 5.8.1+ and 5.8.9+
...
Suggested by: az
With hat: perl
2011-09-17 07:06:45 +00:00
Sunpoet Po-Chuan Hsieh
63d822bea4
- Add LICENSE
...
- Add OPTIONS: AUTHOR
- Fix *_DEPENDS
- Bump PORTREVISION for dependency change
PR: ports/159015
Submitted by: milki <milki@rescomp.berkeley.edu> (maintainer)
2011-07-24 03:33:36 +00:00
Andrej Zverev
dec946ad51
- Replace ../../authors in MASTER_SITE_SUBDIR with CPAN:CPANID macro.
...
See http://wiki.freebsd.org/Perl for details.
- Change maintainership from ports@ to perl@ for ports in this changeset.
- Remove MD5 checksum
2011-06-20 08:37:15 +00:00
Sunpoet Po-Chuan Hsieh
100d7ca3ff
- Update to 1.003000
...
- Move test dependencies to TEST_DEPENDS
Changes: http://search.cpan.org/dist/TryCatch/Changes
PR: ports/154637
Submitted by: milki <milki@rescomp.berkeley.edu> (maintainer)
2011-02-10 12:02:27 +00:00
Sylvio Cesar Teixeira
d7aa7c3c08
- This module aims to provide a nicer syntax and method to catch errors in
...
Perl, similar to what is found in other languages (such as Java, Python
or C++). The standard method of using eval {}; if($@) {} is often prone
to subtle bugs, primarily that tis far too easy to stomp on the error in
error handlers. And also eval/if isn't the nicest idiom.
WWW: http://search.cpan.org/dist/TryCatch
PR: ports/145951
Submitted by: Jonathan Chu <milki@rescomp.berkeley.edu>
2010-04-25 00:00:11 +00:00