mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
21 lines
542 B
Makefile
21 lines
542 B
Makefile
# Created by: Edwin Groothuis <edwin@mavetju.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= ipv6calc
|
|
PORTVERSION= 0.96.0
|
|
CATEGORIES= net-mgmt ipv6
|
|
MASTER_SITES= ftp://ftp.bieringer.de/pub/linux/IPv6/ipv6calc/
|
|
|
|
MAINTAINER= edwin@mavetju.org
|
|
COMMENT= Convert, change, and calculate with IPv6 addresses
|
|
|
|
USES= gettext gmake perl5
|
|
GNU_CONFIGURE= yes
|
|
|
|
PLIST_FILES= bin/ipv6calc bin/ipv6logconv bin/ipv6logstats \
|
|
bin/ipv6loganon man/man8/ipv6calc.8.gz \
|
|
man/man8/ipv6loganon.8.gz man/man8/ipv6logconv.8.gz \
|
|
man/man8/ipv6logstats.8.gz
|
|
|
|
.include <bsd.port.mk>
|