diff options
author | Cheng-Lung Sung <clsung@FreeBSD.org> | 2007-06-08 00:57:15 +0000 |
---|---|---|
committer | Cheng-Lung Sung <clsung@FreeBSD.org> | 2007-06-08 00:57:15 +0000 |
commit | 0e2526ca06caa78ab9e634bd76e283b2768b0e2c (patch) | |
tree | d3e2f2e6a6fa71389f40419ff84c159d6e38d276 /textproc/p5-Pod-Xhtml | |
parent | 69dab0edf14cb7938206e8e71a8f59d17d6b76f3 (diff) | |
download | ports-0e2526ca06caa78ab9e634bd76e283b2768b0e2c.tar.gz ports-0e2526ca06caa78ab9e634bd76e283b2768b0e2c.zip |
Notes
Diffstat (limited to 'textproc/p5-Pod-Xhtml')
-rw-r--r-- | textproc/p5-Pod-Xhtml/Makefile | 10 | ||||
-rw-r--r-- | textproc/p5-Pod-Xhtml/distinfo | 6 | ||||
-rw-r--r-- | textproc/p5-Pod-Xhtml/pkg-plist | 6 |
3 files changed, 12 insertions, 10 deletions
diff --git a/textproc/p5-Pod-Xhtml/Makefile b/textproc/p5-Pod-Xhtml/Makefile index b472d22e2461..ef72988192d5 100644 --- a/textproc/p5-Pod-Xhtml/Makefile +++ b/textproc/p5-Pod-Xhtml/Makefile @@ -6,21 +6,21 @@ # PORTNAME= Pod-Xhtml -PORTVERSION= 1.52 +PORTVERSION= 1.57 CATEGORIES= textproc perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Pod PKGNAMEPREFIX= p5- -MAINTAINER= gslin@gslin.org +MAINTAINER= perl@FreeBSD.org COMMENT= Generate well-formed XHTML documents from POD format documentation -BUILD_DEPENDS= ${SITE_PERL}/Pod/Parser.pm:${PORTSDIR}/textproc/p5-Pod-Parser -RUN_DEPENDS= ${BUILD_DEPENDS} +RUN_DEPENDS= ${SITE_PERL}/Pod/Parser.pm:${PORTSDIR}/textproc/p5-Pod-Parser +BUILD_DEPENDS= ${RUN_DEPENDS} PERL_CONFIGURE= yes MAN1= pod2xhtml.1 -MAN3= Pod::Xhtml.3 +MAN3= Pod::Hyperlink::BounceURL.3 Pod::Xhtml.3 .include <bsd.port.mk> diff --git a/textproc/p5-Pod-Xhtml/distinfo b/textproc/p5-Pod-Xhtml/distinfo index 25d5b2fe461f..c6ed262f4ea4 100644 --- a/textproc/p5-Pod-Xhtml/distinfo +++ b/textproc/p5-Pod-Xhtml/distinfo @@ -1,3 +1,3 @@ -MD5 (Pod-Xhtml-1.52.tar.gz) = 2894be2c319c1e120d9fefcdd4e6fe8b -SHA256 (Pod-Xhtml-1.52.tar.gz) = 42c30da1fb7f8f2fa062e2175585ea44445fd63baf30cf0f481adf5a6c646db4 -SIZE (Pod-Xhtml-1.52.tar.gz) = 22868 +MD5 (Pod-Xhtml-1.57.tar.gz) = cd833322c6bf4df1d92d5e8a8bedfc80 +SHA256 (Pod-Xhtml-1.57.tar.gz) = 164d5ad4492c75b9a7fcbbc646bc716c9e85fcfb5ca8725e8bfffdf5f2709028 +SIZE (Pod-Xhtml-1.57.tar.gz) = 25760 diff --git a/textproc/p5-Pod-Xhtml/pkg-plist b/textproc/p5-Pod-Xhtml/pkg-plist index 69c6a8441e97..69e510a7f614 100644 --- a/textproc/p5-Pod-Xhtml/pkg-plist +++ b/textproc/p5-Pod-Xhtml/pkg-plist @@ -1,7 +1,9 @@ @comment $FreeBSD$ -bin/pod2xhtml %%SITE_PERL%%/%%PERL_ARCH%%/auto/Pod/Xhtml/.packlist +%%SITE_PERL%%/Pod/Hyperlink/BounceURL.pm %%SITE_PERL%%/Pod/Xhtml.pm +bin/pod2xhtml +@dirrmtry %%SITE_PERL%%/Pod/Hyperlink +@dirrmtry %%SITE_PERL%%/Pod @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Pod/Xhtml @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Pod -@dirrmtry %%SITE_PERL%%/Pod |