summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJason Ryan2015-07-04 10:20:36 +1200
committerJason Ryan2015-07-04 10:20:36 +1200
commit97a8b8a952f5fdb86b1101bd62892561585e9c4d (patch)
tree8593b1b9a1c983c723e983a3c5bad29b0404f6a6
parentcb8b3ae2c67699744bf2ff334a630ebd783aeaa5 (diff)
downloadaur-97a8b8a952f5fdb86b1101bd62892561585e9c4d.tar.gz
Added makedepend
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD1
2 files changed, 2 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 657235d2a8a6..cc87351b80a7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -6,6 +6,7 @@ pkgbase = perl-uri-find
arch = any
license = PerlArtistic
license = GPL
+ makedepends = perl-module-build
depends = perl
depends = perl-uri>=1.00
options = !emptydirs
diff --git a/PKGBUILD b/PKGBUILD
index 79ab83dc8aeb..d5f306ee0c93 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,6 +11,7 @@ arch=('any')
url='http://metacpan.org/pod/URI::Find'
license=('PerlArtistic' 'GPL')
depends=('perl' 'perl-uri>=1.00')
+makedepends=('perl-module-build')
options=('!emptydirs')
md5sums=('a32b1b2e6467b92ee1629f0d4da3c24c')
source=("http://cpan.metacpan.org/authors/id/M/MS/MSCHWERN/${_cpanname}-${pkgver}.tar.gz")