svn commit: r318055 - head/net/pear-Net_UserAgent_Detect
Martin Wilke
miwi at FreeBSD.org
Mon May 13 09:55:52 UTC 2013
Author: miwi
Date: Mon May 13 09:55:51 2013
New Revision: 318055
URL: http://svnweb.freebsd.org/changeset/ports/318055
Log:
- Convert to PEAR_AUTOINSTALL
- Trim header
Modified:
head/net/pear-Net_UserAgent_Detect/Makefile (contents, props changed)
Modified: head/net/pear-Net_UserAgent_Detect/Makefile
==============================================================================
--- head/net/pear-Net_UserAgent_Detect/Makefile Mon May 13 09:55:06 2013 (r318054)
+++ head/net/pear-Net_UserAgent_Detect/Makefile Mon May 13 09:55:51 2013 (r318055)
@@ -1,12 +1,9 @@
-# Ports collection makefile for: pear-Net_UserAgent_Detect
-# Date created: 04 January 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_UserAgent_Detect
PORTVERSION= 2.5.2
+PORTREVISION= 1
CATEGORIES= net www pear
MAINTAINER= joehorn at gmail.com
@@ -15,17 +12,9 @@ COMMENT= PEAR class that determines the
LICENSE= BSD
BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
-RUN_DEPENDS:= ${BUILD_DEPENDS}
+RUN_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
-CATEGORY= Net
-FILES= Detect/APC.php UserAgent/Detect.php
-TESTS= example.php
-
-post-extract:
- @${MKDIR} ${WRKSRC}/UserAgent
- @${MV} ${WRKSRC}/Detect.php ${WRKSRC}/UserAgent
- @${REINPLACE_CMD} -e "s|../Detect.php|${CATEGORY}/${FILES}|" \
- ${WRKSRC}/tests/${TESTS}
+PEAR_AUTOINSTALL= yes
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
More information about the svn-ports-all
mailing list