Advertisement
Guest User

Untitled

a guest
Aug 21st, 2013
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.62 KB | None | 0 0
  1. SUMMARY = "Taint::Util - Test for and flip the taint flag without regex matches or eval"
  2. AUTHOR = "Ævar Arnfjörð Bjarmason <avar@cpan.org>"
  3. HOMEPAGE = "https://metacpan.org/module/Taint::Util"
  4. SECTION = "libs"
  5. LICENSE = "Artistic-1.0 | GPL-1.0+"
  6. LIC_FILES_CHKSUM = "file://LICENSE;md5=163e3dcf7202c72ffabbc1d4d69e6e9c"
  7.  
  8. SRC_URI = "http://cpan.metacpan.org/authors/id/A/AV/AVAR/Taint-Util-${PV}.tar.gz"
  9. SRC_URI[md5sum] = "4f081a8a6e82352741c0486784cbc23d"
  10. SRC_URI[sha256sum] = "78047c65237ee4ca2451bd8b44936db09a34a3925003eccf4255bcd7fdd9768c"
  11.  
  12. S = "${WORKDIR}/Taint-Util-${PV}"
  13.  
  14. inherit cpan
  15.  
  16. BBCLASSEXTEND = "native"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement