17 lines
322 B
Makefile
17 lines
322 B
Makefile
# $OpenBSD: Makefile,v 1.4 2011/03/10 23:23:17 jasper Exp $
|
|
|
|
COMMENT= human-readable unit-aware calculator
|
|
|
|
MODULES= cpan
|
|
DISTNAME= Math-Calc-Units-1.07
|
|
CATEGORIES= math
|
|
USE_GROFF = Yes
|
|
|
|
# Perl
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
.include <bsd.port.mk>
|