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-Tree-Authz | |
parent | 8d6597e0bb9591c40fc6d0c6e2159fca51178d56 (diff) |
Notes
Diffstat (limited to 'security/p5-Tree-Authz')
-rw-r--r-- | security/p5-Tree-Authz/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/security/p5-Tree-Authz/Makefile b/security/p5-Tree-Authz/Makefile index dec3289e946d..def1d50878f7 100644 --- a/security/p5-Tree-Authz/Makefile +++ b/security/p5-Tree-Authz/Makefile @@ -14,11 +14,11 @@ COMMENT= Role-Based Access Control authorization scheme LICENSE= ART10 GPLv1 LICENSE_COMB= dual -BUILD_DEPENDS= p5-Class-Data-Inheritable>=0:${PORTSDIR}/devel/p5-Class-Data-Inheritable \ - p5-Devel-Symdump>=0:${PORTSDIR}/devel/p5-Devel-Symdump \ - p5-Lingua-EN-Inflect-Number>=0:${PORTSDIR}/textproc/p5-Lingua-EN-Inflect-Number +BUILD_DEPENDS= p5-Class-Data-Inheritable>=0:devel/p5-Class-Data-Inheritable \ + p5-Devel-Symdump>=0:devel/p5-Devel-Symdump \ + p5-Lingua-EN-Inflect-Number>=0:textproc/p5-Lingua-EN-Inflect-Number RUN_DEPENDS:= ${BUILD_DEPENDS} -TEST_DEPENDS= p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception +TEST_DEPENDS= p5-Test-Exception>=0:devel/p5-Test-Exception USES= perl5 USE_PERL5= modbuild |