diff options
author | miwi <miwi@FreeBSD.org> | 2013-03-15 15:17:45 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2013-03-15 15:17:45 +0800 |
commit | 5df0e495a86382688f001b8c0da50759d379ce20 (patch) | |
tree | 73c620a58207f104424a4324c0827921ff5a2830 | |
parent | 690dd3e61a3da17cc3fab04fd6956e9bc089dcf5 (diff) | |
download | freebsd-ports-gnome-5df0e495a86382688f001b8c0da50759d379ce20.tar.gz freebsd-ports-gnome-5df0e495a86382688f001b8c0da50759d379ce20.tar.zst freebsd-ports-gnome-5df0e495a86382688f001b8c0da50759d379ce20.zip |
- Convert to PEAR_AUTOINSTALL
- Trim header
-rw-r--r-- | net/pear-Net_CheckIP/Makefile | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/net/pear-Net_CheckIP/Makefile b/net/pear-Net_CheckIP/Makefile index 4aa215c2ec00..5d066f8002bd 100644 --- a/net/pear-Net_CheckIP/Makefile +++ b/net/pear-Net_CheckIP/Makefile @@ -1,9 +1,5 @@ -# Ports collection makefile for: pear-Net_CheckIP -# Date created: 29 November 2004 -# Whom: Antonio Carlos Venancio Junior (<antonio@inf.ufsc.br>) -# +# Created by: Antonio Carlos Venancio Junior (<antonio@inf.ufsc.br>) # $FreeBSD$ -# PORTNAME= Net_CheckIP PORTVERSION= 1.2.2 @@ -13,9 +9,9 @@ MAINTAINER= miwi@FreeBSD.org COMMENT= Check the syntax of IPv4 addresses BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear -RUN_DEPENDS:= ${BUILD_DEPENDS} +RUN_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear -FILES= Net/CheckIP.php +PEAR_AUTOINSTALL= yes .include <bsd.port.pre.mk> .include "${PORTSDIR}/devel/pear/bsd.pear.mk" |