aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2013-03-15 01:34:36 +0000
committerMartin Wilke <miwi@FreeBSD.org>2013-03-15 01:34:36 +0000
commit759bb58951a280025ae2056c4e79f661076d358a (patch)
tree713d288fcdf3c5e9a7502fcc7d42dac1e81b741d
parentf6896348118a36451968f72f6db83cafdbb3b239 (diff)
downloadports-759bb58951a280025ae2056c4e79f661076d358a.tar.gz
ports-759bb58951a280025ae2056c4e79f661076d358a.zip
Notes
-rw-r--r--devel/pear-Math_Fraction/Makefile12
1 files changed, 2 insertions, 10 deletions
diff --git a/devel/pear-Math_Fraction/Makefile b/devel/pear-Math_Fraction/Makefile
index 2debca619bf6..1176b7fd47f8 100644
--- a/devel/pear-Math_Fraction/Makefile
+++ b/devel/pear-Math_Fraction/Makefile
@@ -1,9 +1,5 @@
-# Ports collection makefile for: pear-Math_Fraction
-# Date created: 05 August 2007
-# Whom: Martin Wilke <miwi@FreeBSD.org>
-#
+# Created by: Martin Wilke <miwi@FreeBSD.org>
# $FreeBSD$
-#
PORTNAME= Math_Fraction
PORTVERSION= 0.4.1
@@ -15,11 +11,7 @@ COMMENT= Classes that represent and manipulate fractions
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"