e26a7f60ec
PR: 215364 Submitted by: dbaio@bsd.com.br
21 lines
452 B
Makefile
21 lines
452 B
Makefile
# Created by: Edwin Groothuis <edwin@mavetju.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= ipv6calc
|
|
PORTVERSION= 0.99.1
|
|
CATEGORIES= net-mgmt ipv6
|
|
MASTER_SITES= ftp://ftp.bieringer.de/pub/linux/IPv6/ipv6calc/
|
|
|
|
MAINTAINER= dbaio@bsd.com.br
|
|
COMMENT= Convert, change, and calculate with IPv6 addresses
|
|
|
|
LICENSE= GPLv2
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
USES= gmake perl5 ssl
|
|
GNU_CONFIGURE= yes
|
|
|
|
post-install:
|
|
@${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/*
|
|
|
|
.include <bsd.port.mk>
|