18 lines
356 B
Makefile
18 lines
356 B
Makefile
|
# $OpenBSD: Makefile,v 1.1.1.1 2006/12/27 17:29:39 steven Exp $
|
||
|
|
||
|
COMMENT= "Perl extension for rounding numbers"
|
||
|
|
||
|
MODULES= cpan
|
||
|
DISTNAME= Math-Round-0.06
|
||
|
CATEGORIES= math
|
||
|
|
||
|
MAINTAINER= Steven Mestdagh <steven@openbsd.org>
|
||
|
|
||
|
# Perl
|
||
|
PERMIT_PACKAGE_CDROM= Yes
|
||
|
PERMIT_PACKAGE_FTP= Yes
|
||
|
PERMIT_DISTFILES_CDROM= Yes
|
||
|
PERMIT_DISTFILES_FTP= Yes
|
||
|
|
||
|
.include <bsd.port.mk>
|