2005-05-24 23:24:17 +02:00
|
|
|
# Ports collection makefile for: pear-Numbers_Roman
|
|
|
|
# Date created: 24 May 2005
|
|
|
|
# Whom: Antonio Carlos Venancio Junior (<antonio@inf.ufsc.br>)
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= Numbers_Roman
|
|
|
|
PORTVERSION= 0.2.0
|
|
|
|
CATEGORIES= textproc devel pear
|
|
|
|
|
2007-08-23 06:00:04 +02:00
|
|
|
MAINTAINER= tabthorpe@FreeBSD.org
|
2005-05-24 23:24:17 +02:00
|
|
|
COMMENT= PEAR methods for converting to and from Roman Numerals
|
|
|
|
|
2005-12-09 20:24:52 +01:00
|
|
|
BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
|
2005-05-24 23:24:17 +02:00
|
|
|
RUN_DEPENDS= ${BUILD_DEPENDS}
|
|
|
|
|
|
|
|
CATEGORY= Numbers
|
|
|
|
FILES= Roman.php
|
|
|
|
EXAMPLES= example.php
|
|
|
|
_EXAMPLESDIR= docs
|
|
|
|
|
|
|
|
.include <bsd.port.pre.mk>
|
2005-12-09 20:24:52 +01:00
|
|
|
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
|
2005-05-24 23:24:17 +02:00
|
|
|
.include <bsd.port.post.mk>
|