1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-17 08:01:36 +00:00
freebsd-ports/net-mgmt/circe/Makefile
Dennis Herrmann c1fbcb6e9e Circe is a captive portal system. It is built using Perl and is a program that
allows you to monitor and control who has access between two networks.

WWW: http://bws.berkeley.edu/

PR:		ports/155485
Submitted by:	Kevin Norman <circe-port-maintainers@bws.Net.berkeley.edu>
2011-03-15 19:26:26 +00:00

34 lines
991 B
Makefile

# New ports collection makefile for: circe
# Date created: 23 July 2010
# Whom: Berkeley NAC-Team
#
# $FreeBSD$
#
PORTNAME= circe
PORTVERSION= 0.1.2
CATEGORIES= net-mgmt
MASTER_SITES= http://bws.berkeley.edu/ports/
MAINTAINER= circe-port-maintainers@bws.berkeley.edu
COMMENT= Code that implements a perl based circe captive portal system
DIST_SUBDIR= ${PORTNAME}
BUILD_DEPENDS= ${SITE_PERL}/mach/Net/IP/Match/XS.pm:${PORTSDIR}/net-mgmt/p5-Net-IP-Match-XS \
${SITE_PERL}/IO/Socket/SSL.pm:${PORTSDIR}/security/p5-IO-Socket-SSL \
${SITE_PERL}/mach/IO.pm:${PORTSDIR}/devel/p5-IO \
${SITE_PERL}/mach/IO/Interface.pm:${PORTSDIR}/net/p5-IO-Interface \
${SITE_PERL}/Error.pm:${PORTSDIR}/lang/p5-Error \
${SITE_PERL}/mach/Sys/Syslog.pm:${PORTSDIR}/sysutils/p5-Sys-Syslog \
${SITE_PERL}/mach/TryCatch.pm:${PORTSDIR}/lang/p5-TryCatch
MANCOMPRESSED= no
WRKSRC= ${WRKDIR}
post-patch:
@${REINPLACE_CMD} -e 's|$$(SITE_PERL)|${SITE_PERL}|g' ${WRKSRC}/Makefile
.include <bsd.port.mk>