diff options
author | Frans Meulenbroeks <fransmeulenbroeks@gmail.com> | 2010-09-11 12:10:15 +0200 |
---|---|---|
committer | Frans Meulenbroeks <fransmeulenbroeks@gmail.com> | 2010-09-11 14:09:09 +0200 |
commit | ff4c0c591fce446a3ccce0384325eeb420c9d245 (patch) | |
tree | 2809de38963c1d2dde2e6ceb7eaba48e2197a885 /recipes/perl/libclass-singleton-perl_1.4.bb | |
parent | d03adfb9b6b52b5406df9507e7fc44196921fb52 (diff) |
libclass-singleton-perl_1.4.bb: new recipe
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Diffstat (limited to 'recipes/perl/libclass-singleton-perl_1.4.bb')
-rw-r--r-- | recipes/perl/libclass-singleton-perl_1.4.bb | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/recipes/perl/libclass-singleton-perl_1.4.bb b/recipes/perl/libclass-singleton-perl_1.4.bb new file mode 100644 index 0000000000..e2d68e27ba --- /dev/null +++ b/recipes/perl/libclass-singleton-perl_1.4.bb @@ -0,0 +1,14 @@ +DESCRIPTION = "Class::Singleton - Implementation of a "Singleton" class" +SECTION = "libs" +LICENSE = "Artistic|GPL" +PR = "r0" + +SRC_URI = "http://search.cpan.org/CPAN/authors/id/A/AB/ABW/Class-Singleton-${PV}.tar.gz" + +S = "${WORKDIR}/Class-Singleton-${PV}" +SRC_URI[md5sum] = "a18b108ab97e2107cbbe816d2b3e2ee3" +SRC_URI[sha256sum] = "cfafc6e7c842e04fc11cc3e700551461a6aaa0b139470273aea2f29026e79150" + +inherit cpan + +BBCLASSEXTEND="native" |