diff options
-rw-r--r-- | devel/pear-Math_Fraction/Makefile | 12 |
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" |