diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2013-05-13 09:33:28 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2013-05-13 09:33:28 +0000 |
commit | 2e7e76663fd5d39b9908915f6c2afadd6cee8642 (patch) | |
tree | d0654b723e062fd0859dbea2156b52b0ddd8e598 /net/pear-Net_Ident | |
parent | 8d13b1bc055fe487a5678e6996ce79ef9a8d10ac (diff) | |
download | ports-2e7e76663fd5d39b9908915f6c2afadd6cee8642.tar.gz ports-2e7e76663fd5d39b9908915f6c2afadd6cee8642.zip |
Notes
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" |