diff options
author | Erich Eckner <git@eckner.net> | 2016-06-03 13:22:26 +0200 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2016-06-03 13:22:26 +0200 |
commit | 641bd75160b9d29a4ca5726ed1edf366918b0aa3 (patch) | |
tree | a04a26a71516f277b38818ab15d53372ccf23250 /perl-astro-fits-cfitsio/PKGBUILD | |
parent | 4ecd572b9f71b223175147a59811b00dbc99fcbf (diff) | |
download | archlinuxewe.git.save-641bd75160b9d29a4ca5726ed1edf366918b0aa3.tar.xz |
Abhängigkeiten gemäß Perl-Datenbank begonnen
Diffstat (limited to 'perl-astro-fits-cfitsio/PKGBUILD')
-rw-r--r-- | perl-astro-fits-cfitsio/PKGBUILD | 6 |
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}" |