File: makefile.ttl

package info (click to toggle)
libhtml-html5-writer-perl 0.201-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 364 kB
  • sloc: perl: 3,777; makefile: 2; sh: 1
file content (15 lines) | stat: -rw-r--r-- 529 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# This file provides instructions for packaging.

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

<http://purl.org/NET/cpan-uri/dist/HTML-HTML5-Writer/project>
	:perl_version_from _:main;
	:version_from _:main;
	:readme_from _:main;
	:test_requires "Test::More 0.61";
	:recommends "HTML::HTML5::Sanity", "HTML::HTML5::Parser", "XML::LibXML 1.94";
	:requires "Exporter", "XML::LibXML 1.60", "HTML::HTML5::Entities 0.001".

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