diff options
author | Wen Heping <wen@FreeBSD.org> | 2010-04-26 06:57:14 +0000 |
---|---|---|
committer | Wen Heping <wen@FreeBSD.org> | 2010-04-26 06:57:14 +0000 |
commit | 09062ba5a29e9815e51a376a04f496b57595f436 (patch) | |
tree | ac49cc1ebab7cc9cf4ece4d01b808195f6cf2f87 /www/p5-Pod-Site | |
parent | f01ac72ef8cc0cea36814b47573762c2055a6c0b (diff) | |
download | ports-09062ba5a29e9815e51a376a04f496b57595f436.tar.gz ports-09062ba5a29e9815e51a376a04f496b57595f436.zip |
Notes
Diffstat (limited to 'www/p5-Pod-Site')
-rw-r--r-- | www/p5-Pod-Site/Makefile | 36 | ||||
-rw-r--r-- | www/p5-Pod-Site/distinfo | 3 | ||||
-rw-r--r-- | www/p5-Pod-Site/pkg-descr | 8 | ||||
-rw-r--r-- | www/p5-Pod-Site/pkg-plist | 6 |
4 files changed, 53 insertions, 0 deletions
diff --git a/www/p5-Pod-Site/Makefile b/www/p5-Pod-Site/Makefile new file mode 100644 index 000000000000..b2205f301ae9 --- /dev/null +++ b/www/p5-Pod-Site/Makefile @@ -0,0 +1,36 @@ +# New ports collection makefile for: p5-Pod-Site +# Date created: 25 April 2010 +# Whom: milki +# +# $FreeBSD$ +# + +PORTNAME= Pod-Site +PORTVERSION= 0.52 +CATEGORIES= www perl5 +MASTER_SITES= CPAN +MASTER_SITE_SUBDIR= ../../authors/id/D/DW/DWHEELER +PKGNAMEPREFIX= p5- + +MAINTAINER= milki@rescomp.berkeley.edu +COMMENT= Build browsable HTML documentation for your app + +BUILD_DEPENDS= p5-Module-Build>=0.35:${PORTSDIR}/devel/p5-Module-Build \ + p5-Test-MockModule>=0.05:${PORTSDIR}/devel/p5-Test-MockModule \ + p5-Test-XPath>=0.12:${PORTSDIR}/lang/p5-Test-XPath \ + p5-Test-Simple>=0.88:${PORTSDIR}/devel/p5-Test-Simple +RUN_DEPENDS= p5-File-Path>=2.07:${PORTSDIR}/devel/p5-File-Path \ + p5-Getopt-Long>=0:${PORTSDIR}/devel/p5-Getopt-Long \ + p5-HTML-Parser>=0:${PORTSDIR}/www/p5-HTML-Parser \ + p5-Object-Tiny>=0:${PORTSDIR}/devel/p5-Object-Tiny \ + p5-Pod-Parser>=0:${PORTSDIR}/textproc/p5-Pod-Parser \ + p5-Pod-Simple>=3.12:${PORTSDIR}/textproc/p5-Pod-Simple \ + p5-PathTools>=0:${PORTSDIR}/devel/p5-PathTools + +PERL_MODBUILD= YES + +MAN1= podsite.1 + +MAN3= Pod::Site.3 + +.include <bsd.port.mk> diff --git a/www/p5-Pod-Site/distinfo b/www/p5-Pod-Site/distinfo new file mode 100644 index 000000000000..04ffcc9c18fb --- /dev/null +++ b/www/p5-Pod-Site/distinfo @@ -0,0 +1,3 @@ +MD5 (Pod-Site-0.52.tar.gz) = ac18074776b797d9d61288a83023b85a +SHA256 (Pod-Site-0.52.tar.gz) = ba18ead41d6691b6440c717c9d67351d5b5a3e5c20f4c17266fb07f947236c50 +SIZE (Pod-Site-0.52.tar.gz) = 65528 diff --git a/www/p5-Pod-Site/pkg-descr b/www/p5-Pod-Site/pkg-descr new file mode 100644 index 000000000000..ab1341ffec48 --- /dev/null +++ b/www/p5-Pod-Site/pkg-descr @@ -0,0 +1,8 @@ +Pod::Site searches a list of directories and generates a jQuery-powered +documentation site from all of the POD files it finds. It was originally +designed for the Bricolage project but is has evolved for general use. +Have a look at the Bricolage API Browser to see a sample documentation +site in action. The generated documentation site supports Safari, Firefox, +and IE7 and up. + +WWW: http://search.cpan.org/dist/Pod-Site/ diff --git a/www/p5-Pod-Site/pkg-plist b/www/p5-Pod-Site/pkg-plist new file mode 100644 index 000000000000..5bd187e5e09c --- /dev/null +++ b/www/p5-Pod-Site/pkg-plist @@ -0,0 +1,6 @@ +bin/podsite +%%SITE_PERL%%/Pod/Site.pm +%%SITE_PERL%%/Pod/Site/podsite.css +%%SITE_PERL%%/Pod/Site/podsite.js +@dirrmtry %%SITE_PERL%%/Pod/Site +@dirrmtry %%SITE_PERL%%/Pod |