File: makefile.ttl

package info (click to toggle)
librdf-kml-exporter-perl 0.003-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 340 kB
  • sloc: perl: 3,404; makefile: 7; sh: 1
file content (16 lines) | stat: -rw-r--r-- 547 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# This file provides instructions for packaging.

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

<http://purl.org/NET/cpan-uri/dist/RDF-KML-Exporter/project>
	:perl_version_from _:main ;
	:version_from _:main ;
	:readme_from _:main ;
	:test_requires "Test::More 0.61" ;
	:requires "Geo::GoogleEarth::Pluggable" ;
	:requires "RDF::TrineX::Functions" ;
	:requires "Scalar::Util" ;
	:requires "namespace::clean" ;
	:requires "PerlX::Maybe" .

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