naddy cfbb239b6a Remove SHARED_ONLY from all CPAN Perl ports and the cpan and perl MODULES.
Add WANTLIB+=perl and PKG_ARCH=* as appropriate.
2016-03-20 19:56:05 +00:00

25 lines
416 B
Makefile

# $OpenBSD: Makefile,v 1.10 2016/03/20 19:56:12 naddy Exp $
COMMENT = nonlinear least squares curve fitting
DISTNAME = Algorithm-CurveFit-1.05
CATEGORIES = devel
# Perl
PERMIT_PACKAGE_CDROM = Yes
CPAN_AUTHOR = SMUELLER
MODULES = cpan
PKG_ARCH = *
RUN_DEPENDS = math/p5-Math-MatrixReal \
math/p5-Math-Symbolic
MAKE_ENV += TEST_POD=1
CONFIGURE_STYLE = modbuild
MODCPAN_EXAMPLES= Yes
.include <bsd.port.mk>