mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-15 03:14:23 +00:00
2cba6cd79f
PR: ports/123530 Submitted by: Philip M. Gollucci <pgollucci@p6m7g8.com> Reworked by: araujo (myself) Approved by: flz (portmgr)
26 lines
526 B
Makefile
26 lines
526 B
Makefile
# New ports collection makefile for: TacacsPlus
|
|
# Date created: Mon Jan 1 04:34:25 2001
|
|
# Whom: will
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= TacacsPlus
|
|
PORTVERSION= 0.16
|
|
CATEGORIES= security perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= A perl module that provides authentication using a tacacs+ server
|
|
|
|
PERL_CONFIGURE= yes
|
|
MAKE_ENV+= CCFLAGS="${CFLAGS}"
|
|
|
|
MAN3= Authen::TacacsPlus.3
|
|
|
|
pre-build:
|
|
${PERL} -pi -e "s:CCFLAGS =:CCFLAGS ?=:g" ${WRKSRC}/tacpluslib/Makefile
|
|
|
|
.include <bsd.port.mk>
|