freebsd-ports/net-mgmt/irrtoolset/Makefile
Jason Helfman 571d40d348 - adjust USES to include gmake, and adopt staging
- modify maintainer address to new contact information
- while here trim comment
$
PR:	185545
Submitted by:	maintainer, oberman@es.net
2014-01-07 16:10:48 +00:00

19 lines
470 B
Makefile

# $FreeBSD$
PORTNAME= irrtoolset
PORTVERSION= 5.0.1
CATEGORIES= net-mgmt
MASTER_SITES= ISC/IRRToolSet/IRRToolSet-${PORTVERSION}
MAINTAINER= rkoberman@gmail.com
COMMENT= Suite of routing policy tools to interact with the IRR
PLIST_FILES= bin/rpslcheck bin/peval bin/rtconfig \
man/man1/rtconfig.1.gz man/man1/peval.1.gz \
man/man1/rpslcheck.1.gz man/man1/irrtoolset-errors.1.gz
USES= bison gmake
GNU_CONFIGURE= yes
USE_AUTOTOOLS= libtool
.include <bsd.port.mk>