svn commit: r325941 - head/devel/p5-Workflow
Andrej Zverev
az at FreeBSD.org
Mon Sep 2 06:26:02 UTC 2013
Author: az
Date: Mon Sep 2 06:26:01 2013
New Revision: 325941
URL: http://svnweb.freebsd.org/changeset/ports/325941
Log:
- Cleanup requirement for the perl version
- Convert to new perl5 framework
With hat: perl@
Modified:
head/devel/p5-Workflow/Makefile
Modified: head/devel/p5-Workflow/Makefile
==============================================================================
--- head/devel/p5-Workflow/Makefile Mon Sep 2 06:23:30 2013 (r325940)
+++ head/devel/p5-Workflow/Makefile Mon Sep 2 06:26:01 2013 (r325941)
@@ -42,8 +42,8 @@ BUILD_DEPENDS= p5-Class-Observable>=1.04
p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception \
p5-File-Slurp>=0:${PORTSDIR}/devel/p5-File-Slurp
-USE_PERL5= 5.10+
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
MAN3= Workflow.3 \
Workflow::Action.3 \
More information about the svn-ports-head
mailing list