064ee29baf
-- Perl module that contains a library for formating numbers. From: Jim Geovedi <jim@corebsd.or.id> brad@ ok
25 lines
541 B
Makefile
25 lines
541 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2002/12/01 21:05:59 margarida Exp $
|
|
|
|
COMMENT= "Perl extension for formatting numbers"
|
|
|
|
VERSION= 1.45
|
|
DISTNAME= Number-Format-${VERSION}
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= textproc perl5
|
|
|
|
HOMEPAGE= http://www.bayview.com/software/perl.shtml
|
|
|
|
MAINTAINER= Jim Geovedi <jim@corebsd.or.id>
|
|
|
|
# GPL/Artistic License
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Number/}
|
|
|
|
CONFIGURE_STYLE= perl
|
|
|
|
.include <bsd.port.mk>
|