16 lines
417 B
Makefile
16 lines
417 B
Makefile
# $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"
|