diff options
author | mat <mat@FreeBSD.org> | 2016-04-01 22:25:16 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2016-04-01 22:25:16 +0800 |
commit | 2ff80f55375ee2811ca2895a06b853699c3e0915 (patch) | |
tree | eb9a806366343ecfc3a5146e70b637f09d4e62c7 /security/p5-App-TLSMe | |
parent | c60c1d09235abbfd733e901b1872b86adc82027c (diff) | |
download | freebsd-ports-graphics-2ff80f55375ee2811ca2895a06b853699c3e0915.tar.gz freebsd-ports-graphics-2ff80f55375ee2811ca2895a06b853699c3e0915.tar.zst freebsd-ports-graphics-2ff80f55375ee2811ca2895a06b853699c3e0915.zip |
Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.
With hat: portmgr
Sponsored by: Absolight
Diffstat (limited to 'security/p5-App-TLSMe')
-rw-r--r-- | security/p5-App-TLSMe/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/security/p5-App-TLSMe/Makefile b/security/p5-App-TLSMe/Makefile index 002192708d9..eb9d74372a0 100644 --- a/security/p5-App-TLSMe/Makefile +++ b/security/p5-App-TLSMe/Makefile @@ -12,11 +12,11 @@ MAINTAINER= kuriyama@FreeBSD.org COMMENT= Perl extension for TLS/SSL tunnel RUN_DEPENDS= \ - p5-AnyEvent>=5.34:${PORTSDIR}/devel/p5-AnyEvent \ - p5-Net-SSLeay>0:${PORTSDIR}/security/p5-Net-SSLeay \ - p5-Proc-Pidfile>0:${PORTSDIR}/devel/p5-Proc-Pidfile + p5-AnyEvent>=5.34:devel/p5-AnyEvent \ + p5-Net-SSLeay>0:security/p5-Net-SSLeay \ + p5-Proc-Pidfile>0:devel/p5-Proc-Pidfile BUILD_DEPENDS:= ${RUN_DEPENDS} -TEST_DEPENDS= p5-Test-TCP>0:${PORTSDIR}/devel/p5-Test-TCP +TEST_DEPENDS= p5-Test-TCP>0:devel/p5-Test-TCP USES= perl5 USE_PERL5= configure |