diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2013-03-15 07:15:44 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2013-03-15 07:15:44 +0000 |
commit | 27552e8397dc833ba16e2bd882c046a09a77acb7 (patch) | |
tree | ffc0196937a68091025884b75f4eb5ded7e0085f /textproc/pear-Numbers_Roman/Makefile | |
parent | 55e8d635760cdebdbb9e814043d4f8473e967f8a (diff) |
- Convert to PEAR_AUTOINSTALL
- Trim header
Notes
Notes:
svn path=/head/; revision=314273
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" |