View | Details | Raw Unified | Return to bug 196291
Collapse All | Expand All

(-)Makefile (-1 / +3 lines)
Lines 3-8 Link Here
3
3
4
PORTNAME=	Dancer2-Plugin-Auth-Extensible-Provider-Usergroup
4
PORTNAME=	Dancer2-Plugin-Auth-Extensible-Provider-Usergroup
5
PORTVERSION=	0.22
5
PORTVERSION=	0.22
6
PORTREVISION=	1
6
CATEGORIES=	security perl5
7
CATEGORIES=	security perl5
7
MASTER_SITES=	CPAN
8
MASTER_SITES=	CPAN
8
PKGNAMEPREFIX=	p5-
9
PKGNAMEPREFIX=	p5-
Lines 15-21 Link Here
15
16
16
BUILD_DEPENDS=	p5-Dancer2>=0.156001:${PORTSDIR}/www/p5-Dancer2 \
17
BUILD_DEPENDS=	p5-Dancer2>=0.156001:${PORTSDIR}/www/p5-Dancer2 \
17
		p5-Dancer2-Plugin-Auth-Extensible>=0:${PORTSDIR}/security/p5-Dancer2-Plugin-Auth-Extensible \
18
		p5-Dancer2-Plugin-Auth-Extensible>=0:${PORTSDIR}/security/p5-Dancer2-Plugin-Auth-Extensible \
18
		p5-Dancer2-Plugin-Passphrase>=0:${PORTSDIR}/security/p5-Dancer2-Plugin-Passphrase
19
		p5-Dancer2-Plugin-Passphrase>=0:${PORTSDIR}/security/p5-Dancer2-Plugin-Passphrase \
20
		p5-Dancer2-Plugin-DBIC>=0:${PORTSDIR}/databases/p5-Dancer2-Plugin-DBIC
19
RUN_DEPENDS:=	${BUILD_DEPENDS}
21
RUN_DEPENDS:=	${BUILD_DEPENDS}
20
22
21
USES=		perl5
23
USES=		perl5

Return to bug 196291