1430c31e19
Submitted by: Phil Davis Obtained from: https://github.com/phil-davis/Net_IPv6/commit/638b96a253164b65c63825c38e79812b6c5f448d MFH: 2016Q4 Sponsored by: Rubicon Communications (Netgate)
20 lines
355 B
Makefile
20 lines
355 B
Makefile
# Created by: Antonio Carlos Venancio Junior (<antonio@inf.ufsc.br>)
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Net_IPv6
|
|
DISTVERSION= 1.3.0.b2
|
|
PORTREVISION= 2
|
|
CATEGORIES= net pear
|
|
DISTNAME= ${PORTNAME}-1.3.0b2
|
|
|
|
MAINTAINER= garga@FreeBSD.org
|
|
COMMENT= Check and validate IPv6 addresses
|
|
|
|
LICENSE= BSD2CLAUSE
|
|
|
|
USES= pear
|
|
|
|
PORTSCOUT= skipv:1.2.2b,1.2.2b2
|
|
|
|
.include <bsd.port.mk>
|