blob: b367db6d74b0ee9edf469a629400b3b82ab99c7e (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
# $NetBSD: Makefile,v 1.1.1.1 2006/01/03 21:05:15 adrianp Exp $
DISTNAME= Numbers_Roman-0.2.0
CATEGORIES= math
MAINTAINER= adrianp@NetBSD.org
HOMEPAGE= http://pear.php.net/package/Numbers_Roman/
COMMENT= Provides methods for converting to and from Roman Numerals
.include "../../lang/php/pear.mk"
.include "../../mk/bsd.pkg.mk"
|