freebsd-ports/security/p5-Authen-TacacsPlus/Makefile
Frederic Culot e074b81aef - Update to 0.22
- Add LICENSE (Artistic 1 & GPLv1)
- Change MAINTAINER from ports@ to perl@
- Update WWW link in pkg-descr (was pointing to wrong CPAN module)

Changes:	http://search.cpan.org/dist/Authen-TacacsPlus/Changes
2012-01-22 09:16:26 +00:00

29 lines
622 B
Makefile

# New ports collection makefile for: TacacsPlus
# Date created: Mon Jan 1 04:34:25 2001
# Whom: will
#
# $FreeBSD$
#
PORTNAME= Authen-TacacsPlus
PORTVERSION= 0.22
CATEGORIES= security perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:MIKEM/Authen-TacacsPlus
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= A perl module that provides authentication using a tacacs+ server
LICENSE= ART10 GPLv1
LICENSE_COMB= dual
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>