|
Lines 2-8
Link Here
|
| 2 |
# $FreeBSD: head/security/p5-Dancer2-Plugin-Auth-Extensible/Makefile 381595 2015-03-19 09:42:33Z vanilla $ |
2 |
# $FreeBSD: head/security/p5-Dancer2-Plugin-Auth-Extensible/Makefile 381595 2015-03-19 09:42:33Z vanilla $ |
| 3 |
|
3 |
|
| 4 |
PORTNAME= Dancer2-Plugin-Auth-Extensible |
4 |
PORTNAME= Dancer2-Plugin-Auth-Extensible |
| 5 |
PORTVERSION= 0.305 |
5 |
PORTVERSION= 0.400 |
| 6 |
CATEGORIES= security perl5 |
6 |
CATEGORIES= security perl5 |
| 7 |
MASTER_SITES= CPAN |
7 |
MASTER_SITES= CPAN |
| 8 |
PKGNAMEPREFIX= p5- |
8 |
PKGNAMEPREFIX= p5- |
|
Lines 14-19
Link Here
|
| 14 |
LICENSE_COMB= dual |
14 |
LICENSE_COMB= dual |
| 15 |
|
15 |
|
| 16 |
BUILD_DEPENDS= p5-Crypt-SaltedHash>=0:${PORTSDIR}/security/p5-Crypt-SaltedHash \ |
16 |
BUILD_DEPENDS= p5-Crypt-SaltedHash>=0:${PORTSDIR}/security/p5-Crypt-SaltedHash \ |
|
|
17 |
p5-Session-Token>=0:${PORTSDIR}/security/p5-Session-Token \ |
| 17 |
p5-Dancer2>=0.153002:${PORTSDIR}/www/p5-Dancer2 |
18 |
p5-Dancer2>=0.153002:${PORTSDIR}/www/p5-Dancer2 |
| 18 |
RUN_DEPENDS:= ${BUILD_DEPENDS} |
19 |
RUN_DEPENDS:= ${BUILD_DEPENDS} |
| 19 |
|
20 |
|
|
Lines 28-31
Link Here
|
| 28 |
DPAEPU_BUILD_DEPENDS= p5-Authen-Simple-PAM>=0:${PORTSDIR}/security/p5-Authen-Simple-PAM \ |
29 |
DPAEPU_BUILD_DEPENDS= p5-Authen-Simple-PAM>=0:${PORTSDIR}/security/p5-Authen-Simple-PAM \ |
| 29 |
p5-Unix-Passwd-File>=0:${PORTSDIR}/security/p5-Unix-Passwd-File |
30 |
p5-Unix-Passwd-File>=0:${PORTSDIR}/security/p5-Unix-Passwd-File |
| 30 |
|
31 |
|
|
|
32 |
# bin/generate-crypted-password belongs to D1 version |
| 33 |
post-patch: |
| 34 |
${REINPLACE_CMD} -e '/generate-crypted-password/d' ${WRKSRC}/MANIFEST |
| 35 |
${REINPLACE_CMD} -e '/generate-crypted-password/d' ${WRKSRC}/Makefile.PL |
| 36 |
|
| 31 |
.include <bsd.port.mk> |
37 |
.include <bsd.port.mk> |