summaryrefslogtreecommitdiff
path: root/perl-astro-fits-cfitsio
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2016-06-03 13:22:26 +0200
committerErich Eckner <git@eckner.net>2016-06-03 13:22:26 +0200
commit641bd75160b9d29a4ca5726ed1edf366918b0aa3 (patch)
treea04a26a71516f277b38818ab15d53372ccf23250 /perl-astro-fits-cfitsio
parent4ecd572b9f71b223175147a59811b00dbc99fcbf (diff)
downloadarchlinuxewe.git.save-641bd75160b9d29a4ca5726ed1edf366918b0aa3.tar.xz
Abhängigkeiten gemäß Perl-Datenbank begonnen
Diffstat (limited to 'perl-astro-fits-cfitsio')
-rw-r--r--perl-astro-fits-cfitsio/PKGBUILD6
1 files changed, 5 insertions, 1 deletions
diff --git a/perl-astro-fits-cfitsio/PKGBUILD b/perl-astro-fits-cfitsio/PKGBUILD
index 15e9a3f8..c99c9587 100644
--- a/perl-astro-fits-cfitsio/PKGBUILD
+++ b/perl-astro-fits-cfitsio/PKGBUILD
@@ -7,7 +7,11 @@ pkgdesc='Perl extension for using the cfitsio library'
arch=('any')
license=('PerlArtistic' 'GPL')
options=('!emptydirs')
-depends=('perl' 'cfitsio')
+depends=(
+ 'cfitsio'
+ 'perl')
+makedepends=(
+ 'perl-extutils-makemaker')
# makedepends=('perl-test-deep' 'perl-test-number-delta')
url='https://metacpan.org/pod/Astro::FITS::CFITSIO'
_distdir="Astro-FITS-CFITSIO-${pkgver}"