freebsd-ports/net-mgmt/p5-Cisco-Reconfig/Makefile
Frederic Culot a0ceed4e77 - Update to 0.911
- Add LICENSE (Artistic 1 & GPL 1)

PR:		ports/189188
Submitted by: 	Gea-Suan Lin <gslin@gslin.org> (maintainer)
2014-05-19 08:34:41 +00:00

22 lines
442 B
Makefile

# Created by: Gea-Suan Lin <gslin@gslin.org>
# $FreeBSD$
PORTNAME= Cisco-Reconfig
PORTVERSION= 0.911
CATEGORIES= net-mgmt perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= gslin@gslin.org
COMMENT= Parse and generate Cisco configuration files
LICENSE= ART10 GPLv1
LICENSE_COMB= dual
RUN_DEPENDS= p5-IO-String>=0:${PORTSDIR}/devel/p5-IO-String
BUILD_DEPENDS:= ${RUN_DEPENDS}
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>