blob: 3a7f01c6c8a3826278eafbdb2b001d04ad24f6a7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# $NetBSD: Makefile,v 1.7 2008/06/12 02:14:36 joerg Exp $
DISTNAME= Numbers_Roman-0.2.0
PKGREVISION= 1
CATEGORIES= math
MAINTAINER= adrianp@NetBSD.org
HOMEPAGE= http://pear.php.net/package/Numbers_Roman/
COMMENT= Provides methods for converting to and from Roman Numerals
PKG_DESTDIR_SUPPORT= user-destdir
CONFLICTS= php-pear-Numbers_Roman-[0-9]*
.include "../../lang/php/pear.mk"
.include "../../mk/bsd.pkg.mk"
|