diff options
author | miwi <miwi@FreeBSD.org> | 2013-05-13 17:33:28 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2013-05-13 17:33:28 +0800 |
commit | d3ff1060a3d7fe60586e0ff5bf33ccbb5289c977 (patch) | |
tree | d0654b723e062fd0859dbea2156b52b0ddd8e598 /net/pear-Net_Ident | |
parent | 885911687a4dd0194518c3007645ada3ce8621dd (diff) | |
download | freebsd-ports-gnome-d3ff1060a3d7fe60586e0ff5bf33ccbb5289c977.tar.gz freebsd-ports-gnome-d3ff1060a3d7fe60586e0ff5bf33ccbb5289c977.tar.zst freebsd-ports-gnome-d3ff1060a3d7fe60586e0ff5bf33ccbb5289c977.zip |
- Convert to PEAR_AUTOINSTALL
- Trim Header
- Take maintainership
Diffstat (limited to 'net/pear-Net_Ident')
-rw-r--r-- | net/pear-Net_Ident/Makefile | 13 |
1 files 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 (<antonio@inf.ufsc.br>) -# +# Created by: Antonio Carlos Venancio Junior (<antonio@inf.ufsc.br>) # $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 <bsd.port.pre.mk> .include "${PORTSDIR}/devel/pear/bsd.pear.mk" |