diff options
author | Frans Meulenbroeks <fransmeulenbroeks@gmail.com> | 2009-11-11 07:56:56 +0100 |
---|---|---|
committer | Frans Meulenbroeks <fransmeulenbroeks@gmail.com> | 2009-11-11 07:56:56 +0100 |
commit | 899811059a2147532aeb026ca3e01fa1fe5436ba (patch) | |
tree | cae90a2f08f02b552460ba465c49eba6a5facd18 /recipes | |
parent | 229d8eda157005d2d9f52daabacd3ea8d6ae548e (diff) |
libextutils-makemaker-perl: added recipe, also -native
Diffstat (limited to 'recipes')
-rw-r--r-- | recipes/perl/libextutils-makemaker-perl-native_6.54.bb | 5 | ||||
-rw-r--r-- | recipes/perl/libextutils-makemaker-perl_6.54.bb | 10 |
2 files changed, 15 insertions, 0 deletions
diff --git a/recipes/perl/libextutils-makemaker-perl-native_6.54.bb b/recipes/perl/libextutils-makemaker-perl-native_6.54.bb new file mode 100644 index 0000000000..93fc4cf13d --- /dev/null +++ b/recipes/perl/libextutils-makemaker-perl-native_6.54.bb @@ -0,0 +1,5 @@ +SECTION = "libs" + +inherit native + +require libextutils-makemaker-perl_${PV}.bb diff --git a/recipes/perl/libextutils-makemaker-perl_6.54.bb b/recipes/perl/libextutils-makemaker-perl_6.54.bb new file mode 100644 index 0000000000..c480aa2daa --- /dev/null +++ b/recipes/perl/libextutils-makemaker-perl_6.54.bb @@ -0,0 +1,10 @@ +DESCRIPTION = "ExtUtils::PkgConfig - makefile generation" +SECTION = "libs" +LICENSE = "Artistic|GPL" +PR = "r0" + +SRC_URI = "http://search.cpan.org/CPAN/authors/id/M/MS/MSCHWERN/ExtUtils-MakeMaker-${PV}.tar.gz" + +S = "${WORKDIR}/ExtUtils-MakeMaker-${PV}" + +inherit cpan |