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

(-)Makefile (-2 / +2 lines)
Lines 13-25 Link Here
13
LICENSE=	ART10
13
LICENSE=	ART10
14
14
15
RUN_DEPENDS=	p5-ExtUtils-CChecker>=0:${PORTSDIR}/devel/p5-ExtUtils-CChecker \
15
RUN_DEPENDS=	p5-ExtUtils-CChecker>=0:${PORTSDIR}/devel/p5-ExtUtils-CChecker \
16
		p5-ExtUtils-PkgConfig>=0:${PORTSDIR}/devel/p5-ExtUtils-PkgConfig \
16
		p5-ExtUtils-PkgConfig>=0:${PORTSDIR}/devel/p5-ExtUtils-PkgConfig
17
		${LOCALBASE}/lib/libcrypto.so:${PORTSDIR}/security/openssl
18
BUILD_DEPENDS=	${RUN_DEPENDS}
17
BUILD_DEPENDS=	${RUN_DEPENDS}
19
TEST_DEPENDS=	p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception
18
TEST_DEPENDS=	p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception
20
19
21
USES=		perl5
20
USES=		perl5
22
USE_OPENSSL=	yes
21
USE_OPENSSL=	yes
22
WITH_OPENSSL_PORT=	yes
23
USE_PERL5=	configure
23
USE_PERL5=	configure
24
24
25
post-stage:
25
post-stage:

Return to bug 198111