Bug 247773 - math/PDL: Missing Dependency
Summary: math/PDL: Missing Dependency
Status: New
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: amd64 Any
: --- Affects Some People
Assignee: freebsd-perl (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-07-05 10:15 UTC by Melissa jenkins
Modified: 2020-07-05 10:15 UTC (History)
0 users

See Also:
bugzilla: maintainer-feedback? (perl)


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Melissa jenkins 2020-07-05 10:15:20 UTC
Fails to build regardless of options, following patch ensures that Pod is available during build part. Confirmed

Index: Makefile
===================================================================
--- Makefile    (revision 541240)
+++ Makefile    (working copy)
@@ -18,6 +18,7 @@
 .endif
 
 BUILD_DEPENDS= p5-Devel-CheckLib>=1.01:devel/p5-Devel-CheckLib \
+               p5-Pod-Parser>=0:textproc/p5-Pod-Parser \
                ${RUN_DEPENDS}
 RUN_DEPENDS=   p5-Astro-FITS-Header>=0:astro/p5-Astro-FITS-Header \
                p5-Convert-UU>=0:converters/p5-Convert-UU \