diff options
author | Sam James <sam@gentoo.org> | 2023-06-19 02:33:00 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-06-19 02:33:00 +0100 |
commit | 410dc9e5c58a135c11311cf3dadcaee51b17b593 (patch) | |
tree | afd1e6d1671b7bf9b7da27b0b1c8240038086eae /dev-perl/PGPLOT/PGPLOT-2.280.0.ebuild | |
parent | dev-perl/Plack: add 1.5.0 (diff) | |
download | gentoo-410dc9e5c58a135c11311cf3dadcaee51b17b593.tar.gz gentoo-410dc9e5c58a135c11311cf3dadcaee51b17b593.tar.bz2 gentoo-410dc9e5c58a135c11311cf3dadcaee51b17b593.zip |
dev-perl/PGPLOT: add 2.280.0
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-perl/PGPLOT/PGPLOT-2.280.0.ebuild')
-rw-r--r-- | dev-perl/PGPLOT/PGPLOT-2.280.0.ebuild | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/dev-perl/PGPLOT/PGPLOT-2.280.0.ebuild b/dev-perl/PGPLOT/PGPLOT-2.280.0.ebuild new file mode 100644 index 000000000000..01d9a4ebb397 --- /dev/null +++ b/dev-perl/PGPLOT/PGPLOT-2.280.0.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DIST_AUTHOR=ETJ +DIST_VERSION=2.28 +inherit perl-module + +DESCRIPTION="Allow subroutines in the PGPLOT graphics library to be called from Perl" + +SLOT="0" +KEYWORDS="~amd64 ~arm ~ia64 ~ppc ~x86 ~amd64-linux ~x86-linux" + +RDEPEND=" + sci-libs/pgplot +" +DEPEND=" + ${RDEPEND} +" +BDEPEND=" + ${RDEPEND} + >=dev-perl/Devel-CheckLib-1.140.0 + >=dev-perl/ExtUtils-F77-1.130.0 +" |