diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 13:29:15 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 13:29:15 +0000 |
commit | 7f4572eae4327c4403d9ef714cb6de917650662a (patch) | |
tree | e5609c11a5cecf09649970cae33b72d3774969e3 /archivers/p5-Archive-Any-Lite/Makefile | |
parent | 630b8bcb8b62c77a87ea9d6bfa87a312a9d89555 (diff) |
Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.
With hat: portmgr
Sponsored by: Absolight
Notes
Notes:
svn path=/head/; revision=412344
Diffstat (limited to 'archivers/p5-Archive-Any-Lite/Makefile')
-rw-r--r-- | archivers/p5-Archive-Any-Lite/Makefile | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/archivers/p5-Archive-Any-Lite/Makefile b/archivers/p5-Archive-Any-Lite/Makefile index 4eecc382c299..f46bc6b438d0 100644 --- a/archivers/p5-Archive-Any-Lite/Makefile +++ b/archivers/p5-Archive-Any-Lite/Makefile @@ -14,13 +14,13 @@ COMMENT= Simple CPAN package extractor LICENSE= ART10 GPLv1 LICENSE_COMB= dual -BUILD_DEPENDS= p5-Archive-Zip>=0:${PORTSDIR}/archivers/p5-Archive-Zip \ - p5-ExtUtils-MakeMaker-CPANfile>=0.06:${PORTSDIR}/devel/p5-ExtUtils-MakeMaker-CPANfile -RUN_DEPENDS= p5-Archive-Zip>=0:${PORTSDIR}/archivers/p5-Archive-Zip -TEST_DEPENDS= p5-Parallel-ForkManager>=0:${PORTSDIR}/devel/p5-Parallel-ForkManager \ - p5-Test-Pod>=1.18:${PORTSDIR}/devel/p5-Test-Pod \ - p5-Test-Pod-Coverage>=1.04:${PORTSDIR}/devel/p5-Test-Pod-Coverage \ - p5-Test-UseAllModules>=0.10:${PORTSDIR}/devel/p5-Test-UseAllModules +BUILD_DEPENDS= p5-Archive-Zip>=0:archivers/p5-Archive-Zip \ + p5-ExtUtils-MakeMaker-CPANfile>=0.06:devel/p5-ExtUtils-MakeMaker-CPANfile +RUN_DEPENDS= p5-Archive-Zip>=0:archivers/p5-Archive-Zip +TEST_DEPENDS= p5-Parallel-ForkManager>=0:devel/p5-Parallel-ForkManager \ + p5-Test-Pod>=1.18:devel/p5-Test-Pod \ + p5-Test-Pod-Coverage>=1.04:devel/p5-Test-Pod-Coverage \ + p5-Test-UseAllModules>=0.10:devel/p5-Test-UseAllModules NO_ARCH= yes USE_PERL5= configure |