diff options
author | Kent Fredric <kentnl@gentoo.org> | 2016-12-11 05:57:30 +1300 |
---|---|---|
committer | Kent Fredric <kentnl@gentoo.org> | 2016-12-11 07:00:43 +1300 |
commit | 6da375c2b17261d1704b933c4a3455a8d72a6aa6 (patch) | |
tree | 10035d01c44bb515a98e8fe17bbb1f2c5946f593 /dev-perl/ExtUtils-PkgConfig/ExtUtils-PkgConfig-1.150.0.ebuild | |
parent | www-apps/moodle: version bump to 3.2 (diff) | |
download | gentoo-6da375c2b17261d1704b933c4a3455a8d72a6aa6.tar.gz gentoo-6da375c2b17261d1704b933c4a3455a8d72a6aa6.tar.bz2 gentoo-6da375c2b17261d1704b933c4a3455a8d72a6aa6.zip |
dev-perl/ExtUtils-PkgConfig: Copy from dev-perl/extutils-pkgconfig
Beginning case normalization
Package-Manager: portage-2.3.3
Diffstat (limited to 'dev-perl/ExtUtils-PkgConfig/ExtUtils-PkgConfig-1.150.0.ebuild')
-rw-r--r-- | dev-perl/ExtUtils-PkgConfig/ExtUtils-PkgConfig-1.150.0.ebuild | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/dev-perl/ExtUtils-PkgConfig/ExtUtils-PkgConfig-1.150.0.ebuild b/dev-perl/ExtUtils-PkgConfig/ExtUtils-PkgConfig-1.150.0.ebuild new file mode 100644 index 000000000000..abbb4b1afb1e --- /dev/null +++ b/dev-perl/ExtUtils-PkgConfig/ExtUtils-PkgConfig-1.150.0.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +MODULE_AUTHOR=XAOC +MODULE_VERSION=1.15 +inherit perl-module + +DESCRIPTION="Simplistic perl interface to pkg-config" + +LICENSE="LGPL-2+" +SLOT="0" +KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x86-solaris" +IUSE="" + +DEPEND="virtual/pkgconfig" + +SRC_TEST="do" |