diff options
author | seb <seb@pkgsrc.org> | 2008-09-07 16:24:59 +0000 |
---|---|---|
committer | seb <seb@pkgsrc.org> | 2008-09-07 16:24:59 +0000 |
commit | 35fe7d9ccdf37c982e8a55bc35d8cba5218abe89 (patch) | |
tree | 46f11f10f74abff301ea3c360ec31a67c0055727 | |
parent | 10f2afda09497cb1d07de5acd2910c6930a2f3c0 (diff) | |
download | pkgsrc-35fe7d9ccdf37c982e8a55bc35d8cba5218abe89.tar.gz |
Initial import of p5-PPI-HTML version 1.07 in the NetBSD Packages
Collection.
The Perl 5 module PPI::HTML converts Perl documents into syntax
highlighted HTML pages.
-rw-r--r-- | textproc/p5-PPI-HTML/DESCR | 2 | ||||
-rw-r--r-- | textproc/p5-PPI-HTML/Makefile | 22 | ||||
-rw-r--r-- | textproc/p5-PPI-HTML/distinfo | 5 |
3 files changed, 29 insertions, 0 deletions
diff --git a/textproc/p5-PPI-HTML/DESCR b/textproc/p5-PPI-HTML/DESCR new file mode 100644 index 00000000000..8159380a058 --- /dev/null +++ b/textproc/p5-PPI-HTML/DESCR @@ -0,0 +1,2 @@ +The Perl 5 module PPI::HTML converts Perl documents into syntax +highlighted HTML pages. diff --git a/textproc/p5-PPI-HTML/Makefile b/textproc/p5-PPI-HTML/Makefile new file mode 100644 index 00000000000..04514da121f --- /dev/null +++ b/textproc/p5-PPI-HTML/Makefile @@ -0,0 +1,22 @@ +# $NetBSD: Makefile,v 1.1.1.1 2008/09/07 16:24:59 seb Exp $ + +DISTNAME= PPI-HTML-1.07 +PKGNAME= p5-${DISTNAME} +CATEGORIES= textproc perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=PPI/} + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://search.cpan.org/dist/PPI-HTML/ +COMMENT= Perl 5 module to generate syntax-hightlighted HTML for Perl + +PKG_DESTDIR_SUPPORT= user-destdir + +USE_LANGUAGES= # empty +PERL5_PACKLIST= auto/PPI/HTML/.packlist + +DEPENDS+= p5-CSS-Tiny>=1.10:../../www/p5-CSS-Tiny +DEPENDS+= p5-PPI>=0.990:../../devel/p5-PPI +DEPENDS+= p5-Params-Util>=0.05:../../devel/p5-Params-Util + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/textproc/p5-PPI-HTML/distinfo b/textproc/p5-PPI-HTML/distinfo new file mode 100644 index 00000000000..3da1c4b4942 --- /dev/null +++ b/textproc/p5-PPI-HTML/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2008/09/07 16:24:59 seb Exp $ + +SHA1 (PPI-HTML-1.07.tar.gz) = e35648958db78462751078bf84638e9e29e05207 +RMD160 (PPI-HTML-1.07.tar.gz) = b8766277c92ecb781e73da125c7e1c1199a96994 +Size (PPI-HTML-1.07.tar.gz) = 24905 bytes |