diff options
-rw-r--r-- | textproc/Makefile | 1 | ||||
-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 |
5 files changed, 47 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index 819f6a798dac..8436f9a4fbb0 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -770,6 +770,7 @@ SUBDIR += p5-ack SUBDIR += p5-dTemplate SUBDIR += p5-libxml + SUBDIR += p5-pod2pdf SUBDIR += p5-podlators SUBDIR += p5-xmltv SUBDIR += pa-aspell 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 |