aboutsummaryrefslogtreecommitdiffstats
path: root/security/p5-Authen-TacacsPlus/Makefile
blob: b3585c7bca30014b3cefbaaa969c846acd0d450e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# 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
MASTER_SITES=   ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Authen
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>