mirror of
https://git.freebsd.org/ports.git
synced 2025-06-26 23:20:30 -04:00
13 lines
258 B
Makefile
13 lines
258 B
Makefile
# Created by: Antonio Carlos Venancio Junior (<antonio@inf.ufsc.br>)
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Net_CheckIP
|
|
PORTVERSION= 1.2.2
|
|
CATEGORIES= net pear
|
|
|
|
MAINTAINER= joneum@bsdproject.de
|
|
COMMENT= Check the syntax of IPv4 addresses
|
|
|
|
USES= pear
|
|
|
|
.include <bsd.port.mk>
|