diff options
-rw-r--r-- | converters/p5-Convert-PEM/Makefile | 1 | ||||
-rw-r--r-- | converters/p5-Convert-PEM/pkg-descr | 2 |
2 files changed, 3 insertions, 0 deletions
diff --git a/converters/p5-Convert-PEM/Makefile b/converters/p5-Convert-PEM/Makefile index 444dd8da9a6..39231d439b1 100644 --- a/converters/p5-Convert-PEM/Makefile +++ b/converters/p5-Convert-PEM/Makefile @@ -21,6 +21,7 @@ BUILD_DEPENDS= ${SITE_PERL}/Convert/ASN1.pm:${PORTSDIR}/converters/p5-Convert-AS ${SITE_PERL}/Crypt/DES_EDE3.pm:${PORTSDIR}/security/p5-Crypt-DES_EDE3 \ ${SITE_PERL}/${PERL_ARCH}/Digest/MD5.pm:${PORTSDIR}/security/p5-Digest-MD5 \ ${SITE_PERL}/${PERL_ARCH}/MIME/Base64.pm:${PORTSDIR}/converters/p5-MIME-Base64 +RUN_DEPENDS= ${BUILD_DEPENDS} PERL_CONFIGURE= YES diff --git a/converters/p5-Convert-PEM/pkg-descr b/converters/p5-Convert-PEM/pkg-descr index a033b3a2ed0..e03243e13a6 100644 --- a/converters/p5-Convert-PEM/pkg-descr +++ b/converters/p5-Convert-PEM/pkg-descr @@ -1,2 +1,4 @@ This is Convert::PEM, a module implementing read/write access to ASN.1-encoded PEM files (with optional encryption). + +WWW: http://search.cpan.org/dist/Convert-PEM/ |