svn commit: r318087 - head/devel/pear-Structures_DataGrid_Renderer_HTMLSortForm
Martin Wilke
miwi at FreeBSD.org
Mon May 13 14:32:56 UTC 2013
Author: miwi
Date: Mon May 13 14:32:55 2013
New Revision: 318087
URL: http://svnweb.freebsd.org/changeset/ports/318087
Log:
- Convert to PEAR_AUTOINSTALL
- Trim header
- Take maintainership
Modified:
head/devel/pear-Structures_DataGrid_Renderer_HTMLSortForm/Makefile (contents, props changed)
Modified: head/devel/pear-Structures_DataGrid_Renderer_HTMLSortForm/Makefile
==============================================================================
--- head/devel/pear-Structures_DataGrid_Renderer_HTMLSortForm/Makefile Mon May 13 14:32:20 2013 (r318086)
+++ head/devel/pear-Structures_DataGrid_Renderer_HTMLSortForm/Makefile Mon May 13 14:32:55 2013 (r318087)
@@ -1,23 +1,18 @@
-# Ports collection makefile for: pear-Structures_DataGrid_Renderer_HTMLSortForm
-# Date created: 26 Jun 2008
-# Whom: Nick Hilliard <nick at foobar.org>
-#
+# Created by: Nick Hilliard <nick at foobar.org>
# $FreeBSD$
-#
PORTNAME= Structures_DataGrid_Renderer_HTMLSortForm
PORTVERSION= 0.1.3
CATEGORIES= devel www pear
-MAINTAINER= ports at FreeBSD.org
+MAINTAINER= miwi at FreeBSD.org
COMMENT= HTMLSortForm Renderer for pear-Structures_DataGrid
BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
RUN_DEPENDS= ${PEARDIR}/Structures/DataGrid.php:${PORTSDIR}/devel/pear-Structures_DataGrid \
${PEARDIR}/HTML/QuickForm.php:${PORTSDIR}/devel/pear-HTML_QuickForm
-CATEGORY= Structures
-FILES= DataGrid/Renderer/HTMLSortForm.php
+PEAR_AUTOINSTALL= yes
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
More information about the svn-ports-all
mailing list