mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-22 04:17:44 +00:00
a486347bda
- Add LICENSE and LICENSE_FILE - Pet portlint PR: 213483 Submitted by: Alexandre Snarskii <snar@snar.spb.ru> (maintainer)
24 lines
471 B
Makefile
24 lines
471 B
Makefile
# Created by: Alexandre Snarskii <snar@snar.spb.ru>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= bgpq3
|
|
PORTVERSION= 0.1.33
|
|
DISTVERSIONPREFIX=v
|
|
CATEGORIES= net-mgmt
|
|
|
|
MAINTAINER= snar@snar.spb.ru
|
|
COMMENT= Lightweight prefix-list generator for Cisco and Juniper routers
|
|
|
|
LICENSE= BSD2CLAUSE
|
|
LICENSE_FILE= ${WRKSRC}/COPYRIGHT
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= snar
|
|
|
|
PLIST_FILES= bin/bgpq3 \
|
|
man/man8/bgpq3.8.gz
|
|
HAS_CONFIGURE= yes
|
|
CONFIGURE_ARGS+=--prefix=${STAGEDIR}${PREFIX}
|
|
|
|
.include <bsd.port.mk>
|