File: makefile.ttl

package info (click to toggle)
libhtml-html5-microdata-parser-perl 0.100-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 400 kB
  • sloc: perl: 4,036; makefile: 7; sh: 1
file content (21 lines) | stat: -rw-r--r-- 614 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# This file provides instructions for packaging.

@prefix : <http://purl.org/NET/cpan-uri/terms#> .

<http://purl.org/NET/cpan-uri/dist/HTML-HTML5-Microdata-Parser/project>
	:perl_version_from _:main ;
	:version_from _:main ;
	:readme_from _:main ;
	:test_requires "Test::More 0.61" , "Test::RDF 0.23" ;
	:requires
		"Encode 0" ,
		"HTML::HTML5::Parser 0.107" ,
		"HTML::HTML5::Sanity 0.102" ,
		"RDF::Trine 0.135" ,
		"Scalar::Util 0" ,
		"URI::Escape 0" ,
		"URI::URL 0" ,
		"XML::LibXML 1.70" .

_:main <http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#fileName> "lib/HTML/HTML5/Microdata/Parser.pm" .