openbsd-ports/net/p5-OSPF-LSDB/Makefile
2013-03-11 11:35:43 +00:00

27 lines
573 B
Makefile

# $OpenBSD: Makefile,v 1.6 2013/03/11 11:35:53 espie Exp $
COMMENT = ospf link-state database viewer
DISTNAME = OSPF-LSDB-1.07
CATEGORIES = net
MAINTAINER = Alexander Bluhm <bluhm@openbsd.org>
# bsd
PERMIT_PACKAGE_CDROM = Yes
MODULES = cpan
RUN_DEPENDS = devel/p5-Data-Validate \
devel/p5-Data-Validate-Struct \
devel/p5-File-Slurp \
devel/p5-List-MoreUtils \
textproc/p5-Regexp-Common \
devel/p5-Regexp-IPv6 \
devel/p5-YAML-Syck
TEST_DEPENDS = devel/p5-Test-NoWarnings \
devel/p5-Test-Pod \
devel/p5-Test-Strict
.include <bsd.port.mk>