File: makefile.ttl

package info (click to toggle)
libxrd-parser-perl 0.201-5
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 376 kB
  • sloc: perl: 4,041; makefile: 7; sh: 1
file content (21 lines) | stat: -rw-r--r-- 550 bytes parent folder | download | duplicates (2)
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/XRD-Parser/project>
	:perl_version_from _:main ;
	:version_from _:main ;
	:readme_from _:main ;
	:test_requires "Test::More 0.61" ;
	:requires
		"Data::UUID 0",
		"HTTP::Link::Parser 0.102",
		"LWP::UserAgent 0",
		"Object::AUTHORITY 0",
		"RDF::Trine 0.135",
		"URI::Escape 0",
		"URI::URL",
		"XML::LibXML 1.70".

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