summaryrefslogtreecommitdiff
path: root/perl-const-fast/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'perl-const-fast/PKGBUILD')
-rw-r--r--perl-const-fast/PKGBUILD16
1 files changed, 11 insertions, 5 deletions
diff --git a/perl-const-fast/PKGBUILD b/perl-const-fast/PKGBUILD
index 7af0d84a..72a38556 100644
--- a/perl-const-fast/PKGBUILD
+++ b/perl-const-fast/PKGBUILD
@@ -10,11 +10,17 @@ arch=('any')
license=('PerlArtistic' 'GPL')
options=('!emptydirs')
depends=(
- 'perl-sub-exporter-progressive>=0.001007'
- 'perl>=5.008'
- 'perl-module-build-tiny'
-)
-makedepends=()
+ 'perl>=5.008'
+ 'perl-carp'
+ 'perl-scalar-list-utils'
+ 'perl-storable'
+ 'perl-sub-exporter-progressive>=0.001007')
+makedepends=(
+ 'perl-data-dumper'
+ 'perl-file-temp'
+ 'perl-module-build-tiny>=0.021'
+ 'perl-test-fatal'
+ 'perl-test-simple>=0.88')
checkdepends=('perl-test-fatal')
url='http://search.mcpan.org/dist/Const-Fast'
source=("http://search.mcpan.org/CPAN/authors/id/L/LE/LEONT/Const-Fast-${pkgver}.tar.gz")