View | Details | Raw Unified | Return to bug 252444 | Differences between
and this patch

Collapse All | Expand All

(-)security/p5-Crypt-LibSCEP/Makefile (-1 / +2 lines)
Lines 18-27 Link Here
18
18
19
USES=		gmake perl5 ssl
19
USES=		gmake perl5 ssl
20
USE_PERL5=	configure
20
USE_PERL5=	configure
21
USE_GCC=	yes
22
USE_GITHUB=	yes
21
USE_GITHUB=	yes
23
GH_ACCOUNT=	openxpki
22
GH_ACCOUNT=	openxpki
24
GH_PROJECT=	libscep
23
GH_PROJECT=	libscep
24
25
CFLAGS+=	-I${PREFIX}/include
25
26
26
WRKSRC_SUBDIR=	src/clients/perl/${PORTNAME}
27
WRKSRC_SUBDIR=	src/clients/perl/${PORTNAME}
27
DOTNAME=	${PORTNAME:S|-|.|g}
28
DOTNAME=	${PORTNAME:S|-|.|g}
(-)security/libscep/Makefile (-1 lines)
Lines 22-28 Link Here
22
22
23
USES=		cmake:noninja gmake ssl pkgconfig libtool python:build
23
USES=		cmake:noninja gmake ssl pkgconfig libtool python:build
24
USE_LDCONFIG=	yes
24
USE_LDCONFIG=	yes
25
USE_GCC=	yes
26
USE_GITHUB=	yes
25
USE_GITHUB=	yes
27
GH_ACCOUNT=	openxpki
26
GH_ACCOUNT=	openxpki
28
27

Return to bug 252444