1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-03 06:04:53 +00:00

- Convert to PEAR_AUTOINSTALL

This commit is contained in:
Martin Wilke 2013-03-15 01:34:36 +00:00
parent f689634811
commit 759bb58951
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=314220

View File

@ -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"