Patrick Williams | c124f4f | 2015-09-15 14:41:29 -0500 | [diff] [blame] | 1 | SUMMARY = "Perl extension for converting Pod to old-style Pod" |
| 2 | DESCRIPTION = "Pod::Plainer uses Pod::Parser which takes Pod with the (new) 'C<< .. >>' \ |
| 3 | constructs and returns the old(er) style with just 'C<>'; '<' and '>' are replaced by \ |
| 4 | 'E<lt>' and 'E<gt>'. \ |
| 5 | \ |
| 6 | This can be used to pre-process Pod before using tools which do not recognise the new style Pods." |
| 7 | |
| 8 | HOMEPAGE = "http://search.cpan.org/dist/Pod-Plainer/" |
| 9 | SECTION = "libs" |
| 10 | LICENSE = "Artistic-1.0 | GPL-1.0+" |
| 11 | |
| 12 | LIC_FILES_CHKSUM = "file://README;beginline=27;md5=227cf83970fc61264845825d9d2bf6f8" |
| 13 | |
| 14 | SRC_URI = "http://search.cpan.org/CPAN/authors/id/R/RM/RMBARKER/Pod-Plainer-${PV}.tar.gz" |
| 15 | |
| 16 | SRC_URI[md5sum] = "f502eacd1a40894b9dfea55fc2cd5e7d" |
| 17 | SRC_URI[sha256sum] = "1bbfbf7d1d4871e5a83bab2137e22d089078206815190eb1d5c1260a3499456f" |
| 18 | |
| 19 | S = "${WORKDIR}/Pod-Plainer-${PV}" |
| 20 | |
| 21 | inherit cpan |
| 22 | |
| 23 | BBCLASSEXTEND = "native" |