diff options
author | aaron <aaron@FreeBSD.org> | 2006-05-10 01:59:49 +0000 |
---|---|---|
committer | aaron <aaron@FreeBSD.org> | 2006-05-10 01:59:49 +0000 |
commit | b16e0b1b0c36744b30408be0e780f82e8d89296b (patch) | |
tree | 0ed606a4c687a43e908f52419e03a282f594153c /textproc/p5-Pod-LaTeX | |
parent | 76a945b2525e80a3a10b0ec63e4a393411a68e91 (diff) | |
download | FreeBSD-ports-b16e0b1b0c36744b30408be0e780f82e8d89296b.zip FreeBSD-ports-b16e0b1b0c36744b30408be0e780f82e8d89296b.tar.gz |
Add p5-Pod-LaTeX 0.58, convert Pod to LaTeX.
PR: ports/93913
Submitted by: Paul Dlug <paul@aps.org>
Approved by: tobez (implicit)
Diffstat (limited to 'textproc/p5-Pod-LaTeX')
-rw-r--r-- | textproc/p5-Pod-LaTeX/Makefile | 31 | ||||
-rw-r--r-- | textproc/p5-Pod-LaTeX/distinfo | 3 | ||||
-rw-r--r-- | textproc/p5-Pod-LaTeX/pkg-descr | 1 | ||||
-rw-r--r-- | textproc/p5-Pod-LaTeX/pkg-plist | 6 |
4 files changed, 41 insertions, 0 deletions
diff --git a/textproc/p5-Pod-LaTeX/Makefile b/textproc/p5-Pod-LaTeX/Makefile new file mode 100644 index 0000000..6fadc47 --- /dev/null +++ b/textproc/p5-Pod-LaTeX/Makefile @@ -0,0 +1,31 @@ +# New ports collection makefile for: p5-Pod-LaTeX +# Date created: 2006-02-27 +# Whom: Paul Dlug <paul@aps.org> +# +# $FreeBSD$ +# + +PORTNAME= Pod-LaTeX +PORTVERSION= 0.58 +CATEGORIES= textproc devel perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= Pod +PKGNAMEPREFIX= p5- + +MAINTAINER= paul@aps.org +COMMENT= Convert Pod to LaTeX + +PERL_CONFIGURE= yes + +MAN1= pod2latex.1 + +MAN3= Pod::LaTeX.3 + +.include <bsd.port.pre.mk> + +.if ${PERL_LEVEL} < 500600 +BUILD_DEPENDS+= ${SITE_PERL}/Pod/Parser.pm:${PORTSDIR}/textproc/p5-Pod-Parser +RUN_DEPENDS+= ${BUILD_DEPENDS} +.endif + +.include <bsd.port.post.mk> diff --git a/textproc/p5-Pod-LaTeX/distinfo b/textproc/p5-Pod-LaTeX/distinfo new file mode 100644 index 0000000..7629421 --- /dev/null +++ b/textproc/p5-Pod-LaTeX/distinfo @@ -0,0 +1,3 @@ +MD5 (Pod-LaTeX-0.58.tar.gz) = cb21e88f40b4d5533e0bcf777510fe3f +SHA256 (Pod-LaTeX-0.58.tar.gz) = 3a0dd8296708b5d7f5febcb54198a138cbd54e4302c97b9633d3399fea0015d1 +SIZE (Pod-LaTeX-0.58.tar.gz) = 26809 diff --git a/textproc/p5-Pod-LaTeX/pkg-descr b/textproc/p5-Pod-LaTeX/pkg-descr new file mode 100644 index 0000000..3ff484e --- /dev/null +++ b/textproc/p5-Pod-LaTeX/pkg-descr @@ -0,0 +1 @@ +Convert Pod data into formatted LaTeX output. diff --git a/textproc/p5-Pod-LaTeX/pkg-plist b/textproc/p5-Pod-LaTeX/pkg-plist new file mode 100644 index 0000000..35b6e1a --- /dev/null +++ b/textproc/p5-Pod-LaTeX/pkg-plist @@ -0,0 +1,6 @@ +@comment $FreeBSD$ +bin/pod2latex +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Pod/LaTeX/.packlist +%%SITE_PERL%%/Pod/LaTeX.pm +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Pod/LaTeX +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Pod |