diff options
author | Andrej Zverev <az@FreeBSD.org> | 2012-06-29 16:47:42 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2012-06-29 16:47:42 +0000 |
commit | e6353d0b3db307b860585f8ab426823ebe603cb0 (patch) | |
tree | 006d8263c256450d1533fb1effbde963c31ee3c0 /www/p5-Sledge-SessionManager-CookieStore/Makefile | |
parent | 3c027b3dce2f4e990f09b0e5b44f4b086a58f8c8 (diff) | |
download | ports-e6353d0b3db307b860585f8ab426823ebe603cb0.tar.gz ports-e6353d0b3db307b860585f8ab426823ebe603cb0.zip |
- Remove SITE_PERL from *_DEPENDS
Approved by: portmgr@ (bapt@)
Notes
Notes:
svn path=/head/; revision=300219
Diffstat (limited to 'www/p5-Sledge-SessionManager-CookieStore/Makefile')
-rw-r--r-- | www/p5-Sledge-SessionManager-CookieStore/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/www/p5-Sledge-SessionManager-CookieStore/Makefile b/www/p5-Sledge-SessionManager-CookieStore/Makefile index f47a983d06ef..efeb6e7ac5cf 100644 --- a/www/p5-Sledge-SessionManager-CookieStore/Makefile +++ b/www/p5-Sledge-SessionManager-CookieStore/Makefile @@ -18,10 +18,10 @@ COMMENT= A Sledge extension that stores session data to HTTP cookies BUILD_DEPENDS= ${PM_DEPENDS} RUN_DEPENDS= ${PM_DEPENDS} -PM_DEPENDS= ${SITE_PERL}/Sledge.pm:${PORTSDIR}/www/p5-Sledge -PM_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/Crypt/Blowfish.pm:${PORTSDIR}/security/p5-Crypt-Blowfish -PM_DEPENDS+= ${SITE_PERL}/Crypt/CBC.pm:${PORTSDIR}/security/p5-Crypt-CBC -PM_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/Storable.pm:${PORTSDIR}/devel/p5-Storable +PM_DEPENDS= p5-Sledge>=0:${PORTSDIR}/www/p5-Sledge +PM_DEPENDS+= p5-Crypt-Blowfish>=0:${PORTSDIR}/security/p5-Crypt-Blowfish +PM_DEPENDS+= p5-Crypt-CBC>=0:${PORTSDIR}/security/p5-Crypt-CBC +PM_DEPENDS+= p5-Storable>=0:${PORTSDIR}/devel/p5-Storable PERL_CONFIGURE= yes |