aboutsummaryrefslogtreecommitdiff
path: root/net/pear-Net_Ident/Makefile
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2013-05-13 09:33:28 +0000
committerMartin Wilke <miwi@FreeBSD.org>2013-05-13 09:33:28 +0000
commit2e7e76663fd5d39b9908915f6c2afadd6cee8642 (patch)
treed0654b723e062fd0859dbea2156b52b0ddd8e598 /net/pear-Net_Ident/Makefile
parent8d13b1bc055fe487a5678e6996ce79ef9a8d10ac (diff)
downloadports-2e7e76663fd5d39b9908915f6c2afadd6cee8642.tar.gz
ports-2e7e76663fd5d39b9908915f6c2afadd6cee8642.zip
- Convert to PEAR_AUTOINSTALL
- Trim Header - Take maintainership
Notes
Notes: svn path=/head/; revision=318035
Diffstat (limited to 'net/pear-Net_Ident/Makefile')
-rw-r--r--net/pear-Net_Ident/Makefile13
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"