svn commit: r318035 - head/net/pear-Net_Ident
Martin Wilke
miwi at FreeBSD.org
Mon May 13 09:33:28 UTC 2013
Author: miwi
Date: Mon May 13 09:33:28 2013
New Revision: 318035
URL: http://svnweb.freebsd.org/changeset/ports/318035
Log:
- Convert to PEAR_AUTOINSTALL
- Trim Header
- Take maintainership
Modified:
head/net/pear-Net_Ident/Makefile (contents, props changed)
Modified: head/net/pear-Net_Ident/Makefile
==============================================================================
--- head/net/pear-Net_Ident/Makefile Mon May 13 09:29:30 2013 (r318034)
+++ head/net/pear-Net_Ident/Makefile Mon May 13 09:33:28 2013 (r318035)
@@ -1,22 +1,17 @@
-# Ports collection makefile for: pear-Net_Ident
-# Date created: 07 March 2005
-# Whom: Antonio Carlos Venancio Junior (<antonio at inf.ufsc.br>)
-#
+# Created by: Antonio Carlos Venancio Junior (<antonio at inf.ufsc.br>)
# $FreeBSD$
-#
PORTNAME= Net_Ident
PORTVERSION= 1.1.0
CATEGORIES= net www pear
-MAINTAINER= ports at FreeBSD.org
+MAINTAINER= miwi at 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"
More information about the svn-ports-head
mailing list