fc373ceed2
Reviewed by: miwi (mentor) Differential Revision: https://reviews.freebsd.org/D10755
15 lines
251 B
Makefile
15 lines
251 B
Makefile
# Created by: Wen Heping <wen@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Net_IPv4
|
|
DISTVERSION= 1.3.4
|
|
CATEGORIES= net pear
|
|
|
|
MAINTAINER= joneum@FreeBSD.org
|
|
COMMENT= IPv4 network calculations and validation
|
|
|
|
LICENSE= PHP301
|
|
|
|
USES= pear
|
|
|
|
.include <bsd.port.mk>
|