freebsd-ports/net-mgmt/p5-Net-ACL/Makefile

28 lines
627 B
Makefile
Raw Normal View History

# Created by: Gea-Suan Lin <gslin@gslin.org>
# $FreeBSD$
PORTNAME= Net-ACL
PORTVERSION= 0.07
PORTREVISION= 2
CATEGORIES= net-mgmt perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
2014-06-30 18:42:17 +02:00
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Class representing a generic access-list/route-map
LICENSE= ART10 GPLv1+
LICENSE_COMB= dual
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= p5-Cisco-Reconfig>=0.05:net-mgmt/p5-Cisco-Reconfig \
p5-IO-String>=1.02:devel/p5-IO-String \
p5-Net-Netmask>=0:net-mgmt/p5-Net-Netmask
TEST_DEPENDS= p5-Test-Signature>=1.04:devel/p5-Test-Signature
2015-09-20 22:16:16 +02:00
NO_ARCH= yes
USE_PERL5= configure
USES= perl5
.include <bsd.port.mk>