diff options
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 |