aboutsummaryrefslogtreecommitdiff
path: root/security/p5-Dancer-Plugin-Auth-Extensible/Makefile
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2016-04-01 14:25:16 +0000
committerMathieu Arnold <mat@FreeBSD.org>2016-04-01 14:25:16 +0000
commit597afc47baba19000afd8ec4880a2c47975b0367 (patch)
treeeb9a806366343ecfc3a5146e70b637f09d4e62c7 /security/p5-Dancer-Plugin-Auth-Extensible/Makefile
parent8d6597e0bb9591c40fc6d0c6e2159fca51178d56 (diff)
downloadports-597afc47baba19000afd8ec4880a2c47975b0367.tar.gz
ports-597afc47baba19000afd8ec4880a2c47975b0367.zip
Notes
Diffstat (limited to 'security/p5-Dancer-Plugin-Auth-Extensible/Makefile')
-rw-r--r--security/p5-Dancer-Plugin-Auth-Extensible/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/security/p5-Dancer-Plugin-Auth-Extensible/Makefile b/security/p5-Dancer-Plugin-Auth-Extensible/Makefile
index 61cdd2060571..20a63b39aa25 100644
--- a/security/p5-Dancer-Plugin-Auth-Extensible/Makefile
+++ b/security/p5-Dancer-Plugin-Auth-Extensible/Makefile
@@ -13,8 +13,8 @@ COMMENT= Extensible authentication framework for Dancer apps
LICENSE= ART10 GPLv1
LICENSE_COMB= dual
-BUILD_DEPENDS= p5-Crypt-SaltedHash>=0:${PORTSDIR}/security/p5-Crypt-SaltedHash \
- p5-Dancer>=1.3118:${PORTSDIR}/www/p5-Dancer
+BUILD_DEPENDS= p5-Crypt-SaltedHash>=0:security/p5-Crypt-SaltedHash \
+ p5-Dancer>=1.3118:www/p5-Dancer
RUN_DEPENDS:= ${BUILD_DEPENDS}
USES= perl5
@@ -24,8 +24,8 @@ OPTIONS_DEFINE= DPAEPD DPAEPU
DPAEPD_DESC= Extra dependencies for Provider::Database
DPAEPU_DESC= Extra dependencies for Provider::Unix
-DPAEPD_BUILD_DEPENDS= p5-Dancer-Plugin-Database>=0:${PORTSDIR}/databases/p5-Dancer-Plugin-Database
-DPAEPU_BUILD_DEPENDS= p5-Authen-Simple-PAM>=0:${PORTSDIR}/security/p5-Authen-Simple-PAM \
- p5-Unix-Passwd-File>=0:${PORTSDIR}/security/p5-Unix-Passwd-File
+DPAEPD_BUILD_DEPENDS= p5-Dancer-Plugin-Database>=0:databases/p5-Dancer-Plugin-Database
+DPAEPU_BUILD_DEPENDS= p5-Authen-Simple-PAM>=0:security/p5-Authen-Simple-PAM \
+ p5-Unix-Passwd-File>=0:security/p5-Unix-Passwd-File
.include <bsd.port.mk>