aboutsummaryrefslogtreecommitdiff
path: root/textproc/pear-Numbers_Roman
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2013-03-15 07:15:44 +0000
committerMartin Wilke <miwi@FreeBSD.org>2013-03-15 07:15:44 +0000
commit27552e8397dc833ba16e2bd882c046a09a77acb7 (patch)
treeffc0196937a68091025884b75f4eb5ded7e0085f /textproc/pear-Numbers_Roman
parent55e8d635760cdebdbb9e814043d4f8473e967f8a (diff)
downloadports-27552e8397dc833ba16e2bd882c046a09a77acb7.tar.gz
ports-27552e8397dc833ba16e2bd882c046a09a77acb7.zip
Notes
Diffstat (limited to 'textproc/pear-Numbers_Roman')
-rw-r--r--textproc/pear-Numbers_Roman/Makefile14
1 files changed, 3 insertions, 11 deletions
diff --git a/textproc/pear-Numbers_Roman/Makefile b/textproc/pear-Numbers_Roman/Makefile
index c2a92ab0c8f3..886abfda695d 100644
--- a/textproc/pear-Numbers_Roman/Makefile
+++ b/textproc/pear-Numbers_Roman/Makefile
@@ -1,9 +1,5 @@
-# Ports collection makefile for: pear-Numbers_Roman
-# Date created: 24 May 2005
-# Whom: Antonio Carlos Venancio Junior (<antonio@inf.ufsc.br>)
-#
+# Created by: Antonio Carlos Venancio Junior (<antonio@inf.ufsc.br>)
# $FreeBSD$
-#
PORTNAME= Numbers_Roman
PORTVERSION= 1.0.2
@@ -13,13 +9,9 @@ MAINTAINER= miwi@FreeBSD.org
COMMENT= PEAR methods for converting to and from Roman Numerals
BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
-RUN_DEPENDS:= ${BUILD_DEPENDS}
+RUN_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
-CATEGORY= Numbers
-FILES= Roman.php
-TESTS= AllTests.php Numbers_RomanTest.php
-EXAMPLES= example.php
-_EXAMPLESDIR= docs/examples
+PEAR_AUTOINSTALL= yes
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"