diff options
Diffstat (limited to 'devel/p5-autobox/Makefile')
-rw-r--r-- | devel/p5-autobox/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/devel/p5-autobox/Makefile b/devel/p5-autobox/Makefile index d02f84fd1c4d..cf2777d6837f 100644 --- a/devel/p5-autobox/Makefile +++ b/devel/p5-autobox/Makefile @@ -15,13 +15,12 @@ LICENSE_COMB= dual BUILD_DEPENDS= ${RUN_DEPENDS} RUN_DEPENDS= p5-Scope-Guard>=0.20:devel/p5-Scope-Guard +TEST_DEPENDS= p5-Test-Fatal>=0.017:devel/p5-Test-Fatal \ + p5-IPC-System-Simple>=1.30:devel/p5-IPC-System-Simple USES= perl5 USE_PERL5= configure -TEST_DEPENDS= p5-Test-Fatal>=0:devel/p5-Test-Fatal \ - p5-IPC-System-Simple>=0:devel/p5-IPC-System-Simple - post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/autobox/autobox.so |