From d3ff1060a3d7fe60586e0ff5bf33ccbb5289c977 Mon Sep 17 00:00:00 2001 From: miwi Date: Mon, 13 May 2013 09:33:28 +0000 Subject: - Convert to PEAR_AUTOINSTALL - Trim Header - Take maintainership --- net/pear-Net_Ident/Makefile | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) diff --git a/net/pear-Net_Ident/Makefile b/net/pear-Net_Ident/Makefile index 368265f3c937..bd3c9c23ed76 100644 --- a/net/pear-Net_Ident/Makefile +++ b/net/pear-Net_Ident/Makefile @@ -1,22 +1,17 @@ -# Ports collection makefile for: pear-Net_Ident -# Date created: 07 March 2005 -# Whom: Antonio Carlos Venancio Junior () -# +# Created by: Antonio Carlos Venancio Junior () # $FreeBSD$ -# PORTNAME= Net_Ident PORTVERSION= 1.1.0 CATEGORIES= net www pear -MAINTAINER= ports@FreeBSD.org +MAINTAINER= miwi@FreeBSD.org COMMENT= PEAR identification protocol implementation BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear -RUN_DEPENDS:= ${BUILD_DEPENDS} +RUN_DEPENDS:= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear -CATEGORY= Net -FILES= Ident.php +PEAR_AUTOINSTALL= yes .include .include "${PORTSDIR}/devel/pear/bsd.pear.mk" -- cgit