19 lines
390 B
Makefile
19 lines
390 B
Makefile
# $OpenBSD: Makefile,v 1.8 2010/10/19 07:54:23 espie Exp $
|
|
|
|
COMMENT= Perl extension for formatting numbers
|
|
|
|
MODULES= cpan
|
|
DISTNAME= Number-Format-1.73
|
|
CATEGORIES= textproc
|
|
USE_GROFF = Yes
|
|
|
|
HOMEPAGE= http://www.bayview.com/software/perl.shtml
|
|
|
|
# Artistic License
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
.include <bsd.port.mk>
|