diff options
author | Andrej Zverev <az@FreeBSD.org> | 2012-06-30 05:52:54 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2012-06-30 05:52:54 +0000 |
commit | 3982ced0ba5fd81925a7c8eb0ec335313cbf01bb (patch) | |
tree | b6378413b022d42cf3b4b1c7087c1f58ebe6f7a2 /www/p5-RT-Client-REST | |
parent | 996f1f37d7200b0f26202b8f2e8a0e65943d1b3a (diff) | |
download | ports-3982ced0ba5fd81925a7c8eb0ec335313cbf01bb.tar.gz ports-3982ced0ba5fd81925a7c8eb0ec335313cbf01bb.zip |
Notes
Diffstat (limited to 'www/p5-RT-Client-REST')
-rw-r--r-- | www/p5-RT-Client-REST/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/www/p5-RT-Client-REST/Makefile b/www/p5-RT-Client-REST/Makefile index 2f603f47c20b..a2fe92286bea 100644 --- a/www/p5-RT-Client-REST/Makefile +++ b/www/p5-RT-Client-REST/Makefile @@ -15,11 +15,11 @@ PKGNAMEPREFIX= p5- MAINTAINER= svysh@pn.sinp.msu.ru COMMENT= Perl modules designed to talk to RT installation using REST protocol -BUILD_DEPENDS= ${SITE_PERL}/Error.pm:${PORTSDIR}/lang/p5-Error \ - ${SITE_PERL}/Exception/Class.pm:${PORTSDIR}/devel/p5-Exception-Class \ - ${SITE_PERL}/HTTP/Cookies.pm:${PORTSDIR}/www/p5-libwww \ +BUILD_DEPENDS= p5-Error>=0:${PORTSDIR}/lang/p5-Error \ + p5-Exception-Class>=0:${PORTSDIR}/devel/p5-Exception-Class \ + p5-libwww>=0:${PORTSDIR}/www/p5-libwww \ p5-Params-Validate>=0:${PORTSDIR}/devel/p5-Params-Validate \ - ${SITE_PERL}/Test/Exception.pm:${PORTSDIR}/devel/p5-Test-Exception + p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception RUN_DEPENDS:= ${BUILD_DEPENDS} PERL_CONFIGURE= yes |