diff --git a/net/pear-Net_IPv4/Makefile b/net/pear-Net_IPv4/Makefile index 11d6f2e01df8..604e73c646d8 100644 --- a/net/pear-Net_IPv4/Makefile +++ b/net/pear-Net_IPv4/Makefile @@ -1,14 +1,16 @@ # Created by: Wen Heping PORTNAME= Net_IPv4 -DISTVERSION= 1.3.5 +PORTVERSION= 1.3.5 CATEGORIES= net pear MAINTAINER= sunpoet@FreeBSD.org COMMENT= IPv4 network calculations and validation LICENSE= PHP301 USES= pear +NO_ARCH= yes + .include diff --git a/net/pear-Net_IPv4/pkg-descr b/net/pear-Net_IPv4/pkg-descr index c7b0c07526b3..12e0bc3c1b73 100644 --- a/net/pear-Net_IPv4/pkg-descr +++ b/net/pear-Net_IPv4/pkg-descr @@ -1,5 +1,5 @@ -Net_IPv4 is a Class used for calculating IPv4(AF_INET family) -address information such as network as network address, -broadcast address, and IP address validity. +Net_IPv4 is a Class used for calculating IPv4 (AF_INET family) address +information such as network as network address, broadcast address, and IP +address validity. WWW: https://pear.php.net/package/Net_IPv4