freebsd-ports/net/p5-Net-TacacsPlus/Makefile
Mathieu Arnold 8d6597e0bb Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:16:16 +00:00

22 lines
405 B
Makefile

# Created by: vanilla@
# $FreeBSD$
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>