diff options
author | Lars Thegler <lth@FreeBSD.org> | 2008-10-02 11:51:06 +0000 |
---|---|---|
committer | Lars Thegler <lth@FreeBSD.org> | 2008-10-02 11:51:06 +0000 |
commit | d72c21f0989621d2629124597ab7691a8a70a95b (patch) | |
tree | 7a2bc696047be9c439faf2d46d06a888933c2fe5 /textproc/p5-pod2pdf | |
parent | 259ecf09cbffb90680f5ae1b18b28cf95185ae2a (diff) |
Notes
Diffstat (limited to 'textproc/p5-pod2pdf')
-rw-r--r-- | textproc/p5-pod2pdf/Makefile | 34 | ||||
-rw-r--r-- | textproc/p5-pod2pdf/distinfo | 3 | ||||
-rw-r--r-- | textproc/p5-pod2pdf/pkg-descr | 4 | ||||
-rw-r--r-- | textproc/p5-pod2pdf/pkg-plist | 5 |
4 files changed, 46 insertions, 0 deletions
diff --git a/textproc/p5-pod2pdf/Makefile b/textproc/p5-pod2pdf/Makefile new file mode 100644 index 000000000000..f15f8f126faf --- /dev/null +++ b/textproc/p5-pod2pdf/Makefile @@ -0,0 +1,34 @@ +# New ports collection makefile for: textproc/p5-pod2pdf +# Date created: 02 October 2008 +# Whom: Lars Thegler <lth@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= pod2pdf +PORTVERSION= 0.42 +CATEGORIES= textproc perl5 +MASTER_SITES= CPAN +MASTER_SITE_SUBDIR= ../by-authors/id/J/JO/JONALLEN +PKGNAMEPREFIX= p5- + +MAINTAINER= lth@FreeBSD.org +COMMENT= Converts POD to PDF format + +RUN_DEPENDS= p5-PDF-API2>=0.60:${PORTSDIR}/textproc/p5-PDF-API2 \ + p5-Pod-Escapes>0:${PORTSDIR}/textproc/p5-Pod-Escapes \ + p5-Getopt-ArgvFile>0:${PORTSDIR}/devel/p5-Getopt-ArgvFile +BUILD_DEPENDS= ${RUN_DEPENDS} + +PERL_CONFIGURE= yes + +MAN1= pod2pdf.1 + +.include <bsd.port.pre.mk> + +.if ${PERL_LEVEL} < 500703 +RUN_DEPENDS+= p5-podlators>0:${PORTSDIR}/textproc/p5-podlators +BUILD_DEPENDS+= p5-podlators>0:${PORTSDIR}/textproc/p5-podlators +.endif + +.include <bsd.port.post.mk> diff --git a/textproc/p5-pod2pdf/distinfo b/textproc/p5-pod2pdf/distinfo new file mode 100644 index 000000000000..659ffaf6e779 --- /dev/null +++ b/textproc/p5-pod2pdf/distinfo @@ -0,0 +1,3 @@ +MD5 (pod2pdf-0.42.tar.gz) = 8338b8a9ee16eedc295045af300801d9 +SHA256 (pod2pdf-0.42.tar.gz) = dbc7451758d52194d3c740fdcb20ac5b858bc2921fa7ec2c39f0ee00bc3fb770 +SIZE (pod2pdf-0.42.tar.gz) = 15126 diff --git a/textproc/p5-pod2pdf/pkg-descr b/textproc/p5-pod2pdf/pkg-descr new file mode 100644 index 000000000000..250aae956975 --- /dev/null +++ b/textproc/p5-pod2pdf/pkg-descr @@ -0,0 +1,4 @@ +pod2pdf converts documents written in Perl's POD (Plain Old +Documentation) format to PDF files. + +WWW: http://search.cpan.org/dist/pod2pdf/ diff --git a/textproc/p5-pod2pdf/pkg-plist b/textproc/p5-pod2pdf/pkg-plist new file mode 100644 index 000000000000..876c85395ac7 --- /dev/null +++ b/textproc/p5-pod2pdf/pkg-plist @@ -0,0 +1,5 @@ +bin/pod2pdf +%%SITE_PERL%%/App/pod2pdf.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/pod2pdf/.packlist +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/pod2pdf +@dirrmtry %%SITE_PERL%%/App |