diff options
author | Andrej Zverev <az@FreeBSD.org> | 2012-06-05 18:34:53 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2012-06-05 18:34:53 +0000 |
commit | 1385f70bdfe29483011d28a66e1adc79e71107de (patch) | |
tree | e4e1080cb073e00173f68261eb5721bd6505069c /net/p5-Net-CSTA | |
parent | c6004f008e50fedc8dafffd6818d6f7f798f5846 (diff) | |
download | ports-1385f70bdfe29483011d28a66e1adc79e71107de.tar.gz ports-1385f70bdfe29483011d28a66e1adc79e71107de.zip |
Notes
Diffstat (limited to 'net/p5-Net-CSTA')
-rw-r--r-- | net/p5-Net-CSTA/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/p5-Net-CSTA/Makefile b/net/p5-Net-CSTA/Makefile index 381656d0654b..9e85df3153b6 100644 --- a/net/p5-Net-CSTA/Makefile +++ b/net/p5-Net-CSTA/Makefile @@ -14,8 +14,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Perl extension for ECMA CSTA -RUN_DEPENDS= ${SITE_PERL}/Convert/ASN1.pm:${PORTSDIR}/converters/p5-Convert-ASN1 \ - ${SITE_PERL}/XML/Simple.pm:${PORTSDIR}/textproc/p5-XML-Simple +RUN_DEPENDS= p5-Convert-ASN1>=0:${PORTSDIR}/converters/p5-Convert-ASN1 \ + p5-XML-Simple>=0:${PORTSDIR}/textproc/p5-XML-Simple PERL_CONFIGURE= yes |