summaryrefslogtreecommitdiff
path: root/textproc/p5-Syntax-SourceHighlight/Makefile
diff options
context:
space:
mode:
authorschmonz <schmonz@pkgsrc.org>2015-01-04 07:28:42 +0000
committerschmonz <schmonz@pkgsrc.org>2015-01-04 07:28:42 +0000
commit6b7ed7cf9a030525d4fbf9d9d29c2e5f97e0ad43 (patch)
tree1d69329d3a4ffbae80b3ad45a26037600466d1f1 /textproc/p5-Syntax-SourceHighlight/Makefile
parent15508302a1879509d6a79c4b8a8ce7b456639ec2 (diff)
downloadpkgsrc-6b7ed7cf9a030525d4fbf9d9d29c2e5f97e0ad43.tar.gz
Import p5-Syntax-SourceHighlight, a Perl binding to GNU source-highlight.
Source Highlight is a library to format code written in a number of programming languages as text in a number of markup languages. This binding to the underlying C++ library is very basic, supporting only the essential functionality. Note that any exceptions thrown by the underlying C++ library are caught by the Perl binding and rethrown using the equivalent of a die statement.
Diffstat (limited to 'textproc/p5-Syntax-SourceHighlight/Makefile')
-rw-r--r--textproc/p5-Syntax-SourceHighlight/Makefile18
1 files changed, 18 insertions, 0 deletions
diff --git a/textproc/p5-Syntax-SourceHighlight/Makefile b/textproc/p5-Syntax-SourceHighlight/Makefile
new file mode 100644
index 00000000000..4ec605c80f5
--- /dev/null
+++ b/textproc/p5-Syntax-SourceHighlight/Makefile
@@ -0,0 +1,18 @@
+# $NetBSD: Makefile,v 1.1 2015/01/04 07:28:42 schmonz Exp $
+
+DISTNAME= Syntax-SourceHighlight-1.1.2
+CATEGORIES= textproc
+MASTER_SITES= http://search.cpan.org/CPAN/authors/id/M/MU/MURPHY/
+
+MAINTAINER= pkgsrc-users@NetBSD.org
+HOMEPAGE= http://search.cpan.org/dist/Syntax-SourceHighlight/
+COMMENT= Perl binding to GNU source-highlight
+#LICENSE= # TODO: (see mk/license.mk)
+
+BUILD_DEPENDS+= p5-ExtUtils-PkgConfig>=1.12:../../devel/p5-ExtUtils-PkgConfig
+
+PERL5_PACKLIST= auto/Syntax/SourceHighlight/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../textproc/source-highlight/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"