openbsd-ports/math/p5-Math-Calc-Units/Makefile
simon 7a41bcae70 import p5-Math-Calc-Units
Math::Calc::Units is a simple calculator that keeps track of units.  It
currently handles combinations of byte sizes and duration only, although
adding any other multiplicative types is easy.  Any unknown type is
treated as a unique user type (with some effort to map English plurals
to their singular forms).

ok bernd@
2007-07-25 20:40:56 +00:00

16 lines
309 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2007/07/25 20:40:56 simon Exp $
COMMENT= human-readable unit-aware calculator
MODULES= cpan
DISTNAME= Math-Calc-Units-1.06
CATEGORIES= math
# Perl
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
.include <bsd.port.mk>