Patrick Williams | c124f4f | 2015-09-15 14:41:29 -0500 | [diff] [blame] | 1 | SUMMARY = "Base class SAX Drivers and Filters" |
| 2 | DESCRIPTION = "This module has a very simple task - to be a base class for \ |
| 3 | PerlSAX drivers and filters. It's default behaviour is to pass \ |
| 4 | the input directly to the output unchanged. It can be useful to \ |
| 5 | use this module as a base class so you don't have to, for example, \ |
| 6 | implement the characters() callback." |
| 7 | |
| 8 | SECTION = "libs" |
| 9 | LICENSE = "Artistic-1.0 | GPL-1.0+" |
| 10 | RDEPENDS_${PN} += "perl-module-extutils-makemaker" |
| 11 | |
| 12 | LIC_FILES_CHKSUM = "file://dist.ini;endline=5;md5=8f9c9a55340aefaee6e9704c88466446" |
| 13 | |
| 14 | SRC_URI = "http://search.cpan.org/CPAN/authors/id/G/GR/GRANTM/XML-SAX-Base-${PV}.tar.gz" |
| 15 | |
| 16 | SRC_URI[md5sum] = "38c8c3247dfd080712596118d70dbe32" |
| 17 | SRC_URI[sha256sum] = "666270318b15f88b8427e585198abbc19bc2e6ccb36dc4c0a4f2d9807330219e" |
| 18 | |
| 19 | S = "${WORKDIR}/XML-SAX-Base-${PV}" |
| 20 | |
| 21 | inherit cpan |
| 22 | |
| 23 | BBCLASSEXTEND = "native" |