2013-03-15 08:15:44 +01:00
|
|
|
# Created by: Antonio Carlos Venancio Junior (<antonio@inf.ufsc.br>)
|
2005-05-24 23:24:17 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= Numbers_Roman
|
2008-01-11 15:11:01 +01:00
|
|
|
PORTVERSION= 1.0.2
|
2005-05-24 23:24:17 +02:00
|
|
|
CATEGORIES= textproc devel pear
|
|
|
|
|
2009-12-01 22:46:50 +01:00
|
|
|
MAINTAINER= miwi@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
|
2013-03-15 08:15:44 +01:00
|
|
|
RUN_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
|
2005-05-24 23:24:17 +02:00
|
|
|
|
2013-03-15 08:15:44 +01:00
|
|
|
PEAR_AUTOINSTALL= yes
|
2005-05-24 23:24:17 +02:00
|
|
|
|
2013-09-21 01:17:30 +02:00
|
|
|
NO_STAGE= yes
|
2005-05-24 23:24:17 +02:00
|
|
|
.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>
|