Initial import of p5-Pod-POM-Web version 1.09 in the NetBSD Packages
Collection. Pod::POM::Web is a Web application for browsing the documentation of Perl components installed on your local machine. Since pages are dynamically generated, they are always in sync with code actually installed.
This commit is contained in:
parent
0ee2521c0c
commit
86f417a039
3 changed files with 36 additions and 0 deletions
4
www/p5-Pod-POM-Web/DESCR
Normal file
4
www/p5-Pod-POM-Web/DESCR
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
Pod::POM::Web is a Web application for browsing the documentation
|
||||||
|
of Perl components installed on your local machine. Since pages
|
||||||
|
are dynamically generated, they are always in sync with code actually
|
||||||
|
installed.
|
27
www/p5-Pod-POM-Web/Makefile
Normal file
27
www/p5-Pod-POM-Web/Makefile
Normal file
|
@ -0,0 +1,27 @@
|
||||||
|
# $NetBSD: Makefile,v 1.1.1.1 2008/09/07 15:05:46 seb Exp $
|
||||||
|
|
||||||
|
DISTNAME= Pod-POM-Web-1.09
|
||||||
|
PKGNAME= p5-${DISTNAME}
|
||||||
|
CATEGORIES= www perl5
|
||||||
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Pod/}
|
||||||
|
|
||||||
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
||||||
|
HOMEPAGE= http://search.cpan.org/dist/Pod-POM-Web/
|
||||||
|
COMMENT= Perl 5 module providing a HTML Perldoc server
|
||||||
|
|
||||||
|
PKG_DESTDIR_SUPPORT= user-destdir
|
||||||
|
|
||||||
|
USE_LANGUAGES= # empty
|
||||||
|
PERL5_PACKLIST= auto/Pod/POM/Web/.packlist
|
||||||
|
|
||||||
|
DEPENDS+= p5-Alien-GvaScript-[0-9]*:../../www/p5-Alien-GvaScript
|
||||||
|
DEPENDS+= p5-Encode-[0-9]*:../../textproc/p5-Encode
|
||||||
|
DEPENDS+= p5-List-MoreUtils-[0-9]*:../../devel/p5-List-MoreUtils
|
||||||
|
DEPENDS+= p5-Module-CoreList-[0-9]*:../../devel/p5-Module-CoreList
|
||||||
|
DEPENDS+= p5-Pod-POM>=0.17:../../textproc/p5-Pod-POM
|
||||||
|
DEPENDS+= p5-Time-HiRes-[0-9]*:../../time/p5-Time-HiRes
|
||||||
|
DEPENDS+= p5-URI-[0-9]*:../../www/p5-URI
|
||||||
|
DEPENDS+= p5-libwww-[0-9]*:../../www/p5-libwww
|
||||||
|
|
||||||
|
.include "../../lang/perl5/module.mk"
|
||||||
|
.include "../../mk/bsd.pkg.mk"
|
5
www/p5-Pod-POM-Web/distinfo
Normal file
5
www/p5-Pod-POM-Web/distinfo
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
$NetBSD: distinfo,v 1.1.1.1 2008/09/07 15:05:46 seb Exp $
|
||||||
|
|
||||||
|
SHA1 (Pod-POM-Web-1.09.tar.gz) = 55cbb9ef0816228866c6653fd58163ae3a9949f4
|
||||||
|
RMD160 (Pod-POM-Web-1.09.tar.gz) = 1d7d58d50ffd21c21fa01bc3f25c240e2f4bee42
|
||||||
|
Size (Pod-POM-Web-1.09.tar.gz) = 25713 bytes
|
Loading…
Reference in a new issue