aboutsummaryrefslogtreecommitdiffstats
path: root/converters
diff options
context:
space:
mode:
authorleeym <leeym@FreeBSD.org>2005-03-10 08:48:49 +0800
committerleeym <leeym@FreeBSD.org>2005-03-10 08:48:49 +0800
commitfd67658b053fecafa7048a89ba7a620990b3e719 (patch)
treec4a82264851b1680fac780885086d05ff05f0868 /converters
parent4928c36cd2db453f341badaa69b001ced941c668 (diff)
downloadfreebsd-ports-gnome-fd67658b053fecafa7048a89ba7a620990b3e719.tar.gz
freebsd-ports-gnome-fd67658b053fecafa7048a89ba7a620990b3e719.tar.zst
freebsd-ports-gnome-fd67658b053fecafa7048a89ba7a620990b3e719.zip
- add RUN_DEPENDS=BUILD_DEPENDS
- add WWW in pkg-descr
Diffstat (limited to 'converters')
-rw-r--r--converters/p5-Convert-PEM/Makefile1
-rw-r--r--converters/p5-Convert-PEM/pkg-descr2
2 files changed, 3 insertions, 0 deletions
diff --git a/converters/p5-Convert-PEM/Makefile b/converters/p5-Convert-PEM/Makefile
index 444dd8da9a6a..39231d439b14 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 a033b3a2ed0e..e03243e13a69 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/