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

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

Return to bug 196293