Update security/denyhosts to version 2.6_6
[dports.git] / security / p5-Authen-TacacsPlus / Makefile
1 # Created by: will
2 # $FreeBSD$
3
4 PORTNAME=       Authen-TacacsPlus
5 PORTVERSION=    0.24
6 CATEGORIES=     security perl5
7 MASTER_SITES=   CPAN
8 MASTER_SITE_SUBDIR=     CPAN:MIKEM/Authen-TacacsPlus
9 PKGNAMEPREFIX=  p5-
10
11 MAINTAINER=     perl@FreeBSD.org
12 COMMENT=        Perl module that provides authentication using a tacacs+ server
13
14 LICENSE=        ART10 GPLv1
15 LICENSE_COMB=   dual
16
17 USES=           perl5
18 USE_PERL5=      configure
19 MAKE_ENV+=      CCFLAGS="${CFLAGS}"
20
21 pre-build:
22         ${PERL} -pi -e "s:CCFLAGS =:CCFLAGS ?=:g" ${WRKSRC}/tacpluslib/Makefile
23
24 .include <bsd.port.mk>