diff options
author | wxs <wxs@FreeBSD.org> | 2009-01-22 08:31:16 +0800 |
---|---|---|
committer | wxs <wxs@FreeBSD.org> | 2009-01-22 08:31:16 +0800 |
commit | 06a37cc3fbddfce51b6aaed08870a991b280f89b (patch) | |
tree | 9243f35ca43e35f987289a2a21b175347a3236fa /www/rt40/Makefile.cpan | |
parent | ddc2828d2ad17d0d2571b260aaa14936141b039f (diff) | |
download | freebsd-ports-gnome-06a37cc3fbddfce51b6aaed08870a991b280f89b.tar.gz freebsd-ports-gnome-06a37cc3fbddfce51b6aaed08870a991b280f89b.tar.zst freebsd-ports-gnome-06a37cc3fbddfce51b6aaed08870a991b280f89b.zip |
- Stop looking for things in perl 5.8.8 places [1]
- Remove trailing \ from MASTER_SITES [2]
- Don't fetch the signature [2]
- Add a dependency on p5-Net-SSLey [2]
- Fix plist to clean up www/rt38
PR: [1]: ports/130631 [2]: ports/130557
Submitted by: Steven Kreuzer <skreuzer@exit2shell.com> (maintainer)
Diffstat (limited to 'www/rt40/Makefile.cpan')
-rw-r--r-- | www/rt40/Makefile.cpan | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/rt40/Makefile.cpan b/www/rt40/Makefile.cpan index a42f1b1783e9..b4cae3277815 100644 --- a/www/rt40/Makefile.cpan +++ b/www/rt40/Makefile.cpan @@ -9,7 +9,8 @@ CLI_DEPS= ${SITE_PERL}/${PERL_ARCH}/Term/ReadKey.pm:${PORTSDIR}/devel/p5-Term-ReadKey \ p5-Getopt-Long>=2.24:${PORTSDIR}/devel/p5-Getopt-Long \ ${SITE_PERL}/LWP.pm:${PORTSDIR}/www/p5-libwww \ - ${SITE_PERL}/Term/ReadLine/Perl.pm:${PORTSDIR}/devel/p5-ReadLine-Perl + ${SITE_PERL}/Term/ReadLine/Perl.pm:${PORTSDIR}/devel/p5-ReadLine-Perl \ + p5-Net-SSLeay>=1.35:${PORTSDIR}/security/p5-Net-SSLeay CORE_DEPS= p5-Encode>=2.13:${PORTSDIR}/converters/p5-Encode \ ${SITE_PERL}/Class/ReturnValue.pm:${PORTSDIR}/devel/p5-Class-ReturnValue \ |