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

(-)circe/Makefile (-8 / +5 lines)
Lines 1-9 Link Here
1
# New ports collection makefile for: circe
1
# Created by: Berkeley NAC-Team <circe-port-maintainers@bws.net.berkeley.edu>
2
# Date created:		23 July 2010
2
# $FreeBSD$
3
# Whom:			Berkeley NAC-Team
4
#
5
# $FreeBSD: ports/net-mgmt/circe/Makefile,v 1.7 2012/11/17 06:00:31 svnexp Exp $
6
#
7
3
8
PORTNAME=	circe
4
PORTNAME=	circe
9
PORTVERSION=	0.2.3
5
PORTVERSION=	0.2.3
Lines 33-43 Link Here
33
DIST_SUBDIR=	${PORTNAME}
29
DIST_SUBDIR=	${PORTNAME}
34
WRKSRC=		${WRKDIR}
30
WRKSRC=		${WRKDIR}
35
31
36
OPTIONS=	ENCRYPT "Encrypt the destination URL in redirection" Off
32
OPTIONS_DEFINE=	ENCRYPT
33
ENCRYPT_DESC=	Encrypt destination URL in redirection
37
34
38
.include <bsd.port.options.mk>
35
.include <bsd.port.options.mk>
39
36
40
.if defined(WITH_ENCRYPT)
37
.if ${PORT_OPTIONS:MENCRYPT}
41
RUN_DEPENDS+=	p5-Crypt-DES>=0:${PORTSDIR}/security/p5-Crypt-DES \
38
RUN_DEPENDS+=	p5-Crypt-DES>=0:${PORTSDIR}/security/p5-Crypt-DES \
42
		p5-Crypt-OpenSSL-AES>=0:${PORTSDIR}/security/p5-Crypt-OpenSSL-AES
39
		p5-Crypt-OpenSSL-AES>=0:${PORTSDIR}/security/p5-Crypt-OpenSSL-AES
43
.endif
40
.endif

Return to bug 178423