diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 14:25:16 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 14:25:16 +0000 |
commit | 597afc47baba19000afd8ec4880a2c47975b0367 (patch) | |
tree | eb9a806366343ecfc3a5146e70b637f09d4e62c7 /security/p5-Net-Radius-Server | |
parent | 8d6597e0bb9591c40fc6d0c6e2159fca51178d56 (diff) |
Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.
With hat: portmgr
Sponsored by: Absolight
Notes
Notes:
svn path=/head/; revision=412349
Diffstat (limited to 'security/p5-Net-Radius-Server')
-rw-r--r-- | security/p5-Net-Radius-Server/Makefile | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/security/p5-Net-Radius-Server/Makefile b/security/p5-Net-Radius-Server/Makefile index 2df562379199..8711cb871039 100644 --- a/security/p5-Net-Radius-Server/Makefile +++ b/security/p5-Net-Radius-Server/Makefile @@ -11,13 +11,13 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Framework for RADIUS Servers -RUN_DEPENDS= p5-Authen-PAM>=0:${PORTSDIR}/security/p5-Authen-PAM \ - p5-Class-Accessor>=0.27:${PORTSDIR}/devel/p5-Class-Accessor \ - p5-IO-Prompt>=0:${PORTSDIR}/devel/p5-IO-Prompt \ - p5-Net-Radius>=1.52:${PORTSDIR}/net/p5-Net-Radius \ - p5-Net-Server>=0.94:${PORTSDIR}/net/p5-Net-Server \ - p5-NetAddr-IP>=4:${PORTSDIR}/net-mgmt/p5-NetAddr-IP \ - p5-perl-ldap>=0:${PORTSDIR}/net/p5-perl-ldap +RUN_DEPENDS= p5-Authen-PAM>=0:security/p5-Authen-PAM \ + p5-Class-Accessor>=0.27:devel/p5-Class-Accessor \ + p5-IO-Prompt>=0:devel/p5-IO-Prompt \ + p5-Net-Radius>=1.52:net/p5-Net-Radius \ + p5-Net-Server>=0.94:net/p5-Net-Server \ + p5-NetAddr-IP>=4:net-mgmt/p5-NetAddr-IP \ + p5-perl-ldap>=0:net/p5-perl-ldap USES= perl5 USE_PERL5= configure |