13 lines
288 B
Makefile
13 lines
288 B
Makefile
# Created by: Antonio Carlos Venancio Junior (<antonio@inf.ufsc.br>)
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Numbers_Roman
|
|
PORTVERSION= 1.0.2
|
|
CATEGORIES= textproc devel pear
|
|
|
|
MAINTAINER= miwi@FreeBSD.org
|
|
COMMENT= PEAR methods for converting to and from Roman Numerals
|
|
|
|
USES= pear
|
|
|
|
.include <bsd.port.mk>
|