mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
22 lines
393 B
Makefile
22 lines
393 B
Makefile
# Created by: vanilla@
|
|
|
|
PORTNAME= Net-TacacsPlus
|
|
PORTVERSION= 1.10
|
|
CATEGORIES= net perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= vanilla@FreeBSD.org
|
|
COMMENT= Pure perl implement of Tacacs+ client
|
|
|
|
LICENSE= ART20
|
|
|
|
RUN_DEPENDS= p5-Carp-Clan>=0:devel/p5-Carp-Clan \
|
|
p5-Class-Accessor>=0:devel/p5-Class-Accessor
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|