diff options
Diffstat (limited to 'textproc/pear-Numbers_Roman/Makefile')
-rw-r--r-- | textproc/pear-Numbers_Roman/Makefile | 14 |
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" |