31 lines
626 B
Makefile
31 lines
626 B
Makefile
COMMENT = ospf link-state database viewer
|
|
|
|
DISTNAME = OSPF-LSDB-1.18
|
|
CPAN_AUTHOR = BLUHM
|
|
|
|
CATEGORIES = net
|
|
|
|
MAINTAINER = Alexander Bluhm <bluhm@openbsd.org>
|
|
|
|
# BSD
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
MODULES = cpan
|
|
RUN_DEPENDS = devel/p5-Data-Validate \
|
|
devel/p5-Data-Validate-Struct \
|
|
devel/p5-File-Slurp \
|
|
devel/p5-List-MoreUtils \
|
|
devel/p5-Regexp-IPv6 \
|
|
devel/p5-YAML-Syck \
|
|
textproc/p5-Regexp-Common \
|
|
www/p5-CGI
|
|
TEST_DEPENDS = devel/p5-Test-EOL \
|
|
devel/p5-Test-NoWarnings \
|
|
devel/p5-Test-Pod \
|
|
devel/p5-Test-Requires \
|
|
devel/p5-Test-Strict \
|
|
math/graphviz
|
|
|
|
PKG_ARCH = *
|
|
|
|
.include <bsd.port.mk>
|