svn commit: r314220 - head/devel/pear-Math_Fraction
Martin Wilke
miwi at FreeBSD.org
Fri Mar 15 01:34:37 UTC 2013
Author: miwi
Date: Fri Mar 15 01:34:36 2013
New Revision: 314220
URL: http://svnweb.freebsd.org/changeset/ports/314220
Log:
- Convert to PEAR_AUTOINSTALL
Modified:
head/devel/pear-Math_Fraction/Makefile (contents, props changed)
Modified: head/devel/pear-Math_Fraction/Makefile
==============================================================================
--- head/devel/pear-Math_Fraction/Makefile Fri Mar 15 01:33:44 2013 (r314219)
+++ head/devel/pear-Math_Fraction/Makefile Fri Mar 15 01:34:36 2013 (r314220)
@@ -1,9 +1,5 @@
-# Ports collection makefile for: pear-Math_Fraction
-# Date created: 05 August 2007
-# Whom: Martin Wilke <miwi at FreeBSD.org>
-#
+# Created by: Martin Wilke <miwi at FreeBSD.org>
# $FreeBSD$
-#
PORTNAME= Math_Fraction
PORTVERSION= 0.4.1
@@ -15,11 +11,7 @@ COMMENT= Classes that represent and mani
BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
RUN_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
-CATEGORY= Math
-FILES= Fraction.php FractionOp.php
-
-EXAMPLES= using_fractionop.php
-_EXAMPLESDIR= docs/examples
+PEAR_AUTOINSTALL= yes
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
More information about the svn-ports-head
mailing list