svn commit: r314399 - head/www/pear-HTTP_Header
Martin Wilke
miwi at FreeBSD.org
Sun Mar 17 06:56:54 UTC 2013
Author: miwi
Date: Sun Mar 17 06:56:53 2013
New Revision: 314399
URL: http://svnweb.freebsd.org/changeset/ports/314399
Log:
- Convert to PEAR_AUTOINSTALL
- Trim header
Modified:
head/www/pear-HTTP_Header/Makefile (contents, props changed)
Modified: head/www/pear-HTTP_Header/Makefile
==============================================================================
--- head/www/pear-HTTP_Header/Makefile Sun Mar 17 05:55:42 2013 (r314398)
+++ head/www/pear-HTTP_Header/Makefile Sun Mar 17 06:56:53 2013 (r314399)
@@ -1,9 +1,5 @@
-# Ports collection makefile for: pear-HTTP_Header
-# Date created: 13 December 2003
-# Whom: Alex Miller (<asm at asm.kiev.ua>)
-#
+# Created by: Alex Miller (<asm at asm.kiev.ua>)
# $FreeBSD$
-#
PORTNAME= HTTP_Header
PORTVERSION= 1.2.1
@@ -13,13 +9,9 @@ MAINTAINER= miwi at FreeBSD.org
COMMENT= PEAR OO interface to modify and handle HTTP headers and status codes
BUILD_DEPENDS= ${PEARDIR}/HTTP.php:${PORTSDIR}/www/pear-HTTP
-RUN_DEPENDS:= ${BUILD_DEPENDS}
+RUN_DEPENDS= ${PEARDIR}/HTTP.php:${PORTSDIR}/www/pear-HTTP
-PEAR_CATSRC= yes
-CATEGORY= HTTP
-FILES= Header.php Header/Cache.php
-TESTS= response.php cacheresponse.php header.php header_cache.php \
- README.txt
+PEAR_AUTOINSTALL= yes
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
More information about the svn-ports-all
mailing list