File: makefile.ttl

package info (click to toggle)
libowl-directsemantics-perl 0.001-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 664 kB
  • sloc: perl: 5,519; makefile: 7; sh: 1
file content (19 lines) | stat: -rw-r--r-- 712 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
# This file provides instructions for packaging.

@prefix :    <http://purl.org/NET/cpan-uri/terms#>.
@prefix nfo: <http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#>.

<http://purl.org/NET/cpan-uri/dist/OWL-DirectSemantics/project>
	:perl_version_from   _:main;
	:version_from        _:main;
	:readme_from         _:main;
	:install_script      _:script;
	:requires            "LWP::UserAgent 0";  # for bin/rdf2owl
	:requires            "Module::Pluggable 0";
	:requires            "Moose 2.02";
	:requires            "RDF::Trine 0.135";
	:test_requires       "Test::More 0.61";
	:requires            "URI 1.30".

_:main   nfo:fileName "lib/OWL/DirectSemantics.pm".
_:script nfo:fileName "bin/rdf2owl".