summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD1
-rw-r--r--PKGBUILD.tt1
3 files changed, 3 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 549c510c1f38..c5b0b2208cb8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -6,6 +6,7 @@ pkgbase = perl-test-deep-fuzzy
arch = any
license = PerlArtistic
license = GPL
+ makedepends = perl-module-build-tiny
depends = perl-test-deep
depends = perl-math-round
options = !emptydirs
diff --git a/PKGBUILD b/PKGBUILD
index c1472f569235..cdab17b5773d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,6 +10,7 @@ arch=('any')
url='https://metacpan.org/release/Test-Deep-Fuzzy'
license=('PerlArtistic' 'GPL')
depends=('perl-test-deep' 'perl-math-round')
+makedepends=('perl-module-build-tiny')
source=(http://search.cpan.org/CPAN/authors/id/K/KA/KARUPA/Test-Deep-Fuzzy-0.01.tar.gz)
options=(!emptydirs)
md5sums=('e50e492322e0c62a191aa096bd23ad25')
diff --git a/PKGBUILD.tt b/PKGBUILD.tt
index f9e7a6346550..31ac952cfcbd 100644
--- a/PKGBUILD.tt
+++ b/PKGBUILD.tt
@@ -10,6 +10,7 @@ arch=('any')
url='[% url %]'
license=('PerlArtistic' 'GPL')
depends=('perl-test-deep' 'perl-math-round')
+makedepends=('perl-module-build-tiny')
source=([% source %])
options=(!emptydirs)
md5sums=('[% md5sums %]')