16 lines
424 B
Makefile
16 lines
424 B
Makefile
# $NetBSD: Makefile,v 1.8 2009/07/17 18:00:18 adrianp Exp $
|
|
|
|
DISTNAME= Numbers_Roman-0.2.0
|
|
PKGREVISION= 1
|
|
CATEGORIES= math
|
|
|
|
MAINTAINER= pkgsrc-users@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"
|