File: makefile.ttl

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

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

<http://purl.org/NET/cpan-uri/dist/HTML-HTML5-Builder/project>
	:perl_version_from _:main ;
	:version_from _:main ;
	:readme_from _:main ;
	:test_requires "Test::More 0.61" ;
	:requires "Scalar::Util" , "XML::LibXML 1.60", "HTML::HTML5::Writer", "common::sense" .

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