diff --git a/textproc/p5-PDF-API2-Simple/Makefile b/textproc/p5-PDF-API2-Simple/Makefile index 983a034681c9..06fadd9b3e55 100644 --- a/textproc/p5-PDF-API2-Simple/Makefile +++ b/textproc/p5-PDF-API2-Simple/Makefile @@ -7,11 +7,15 @@ MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:CHROMATIC PKGNAMEPREFIX= p5- -MAINTAINER= ports@FreeBSD.org +MAINTAINER= sunpoet@FreeBSD.org COMMENT= Wrapper for the PDF::API2 modules -RUN_DEPENDS= p5-PDF-API2>=0:textproc/p5-PDF-API2 +LICENSE= PD +BUILD_DEPENDS= p5-PDF-API2>=0:textproc/p5-PDF-API2 +RUN_DEPENDS:= ${BUILD_DEPENDS} + +NO_ARCH= yes USES= perl5 USE_PERL5= configure diff --git a/textproc/p5-PDF-API2-Simple/pkg-descr b/textproc/p5-PDF-API2-Simple/pkg-descr index 3f55efd8d923..ab6d3146dcf3 100644 --- a/textproc/p5-PDF-API2-Simple/pkg-descr +++ b/textproc/p5-PDF-API2-Simple/pkg-descr @@ -1,3 +1,3 @@ -Simplistic wrapper for the PDF-API2 modules +PDF::API2::Simple is a simplistic wrapper for the excellent PDF::API2 modules. WWW: http://search.cpan.org/dist/PDF-API2-Simple/