mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-27 10:03:20 +00:00
- Add missing DEPENDS
- Bump PORTREVISION PR: ports/166586 Approved by: Denis Pokataev <catone@cpan.org> (maintainer)
This commit is contained in:
parent
f5141d0f0b
commit
1471086690
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=294693
@ -7,6 +7,7 @@
|
||||
|
||||
PORTNAME= Catalyst-Plugin-Session-Store-Memcached-Fast
|
||||
PORTVERSION= 0.02
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= www perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
@ -14,9 +15,10 @@ PKGNAMEPREFIX= p5-
|
||||
MAINTAINER= catone@cpan.org
|
||||
COMMENT= Memcached storage backend for session data
|
||||
|
||||
BUILD_DEPENDS= p5-Catalyst-Runtime>=5.7000:${PORTSDIR}/www/p5-Catalyst-Runtime \
|
||||
p5-Cache-Memcached-Fast>=0:${PORTSDIR}/databases/p5-Cache-Memcached-Fast \
|
||||
p5-Catalyst-Plugin-Session>=0.01:${PORTSDIR}/www/p5-Catalyst-Plugin-Session
|
||||
BUILD_DEPENDS= p5-Cache-Memcached-Fast>=0:${PORTSDIR}/databases/p5-Cache-Memcached-Fast \
|
||||
p5-Catalyst-Plugin-Session>=0.01:${PORTSDIR}/www/p5-Catalyst-Plugin-Session \
|
||||
p5-Catalyst-Runtime>=5.7000:${PORTSDIR}/www/p5-Catalyst-Runtime \
|
||||
p5-Class-Data-Inheritable>=0:${PORTSDIR}/devel/p5-Class-Data-Inheritable
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
|
||||
PERL_MODBUILD= yes
|
||||
|
Loading…
Reference in New Issue
Block a user