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
453 B
Makefile

# $OpenBSD: Makefile,v 1.16 2016/03/20 19:56:47 naddy Exp $
COMMENT= interface to the Fast Artificial Neural Network library
DISTNAME= AI-FANN-0.10
REVISION= 5
CATEGORIES= math
MODULES= cpan
# perl
PERMIT_PACKAGE_CDROM= Yes
WANTLIB += c doublefann perl
LIB_DEPENDS = math/fann
CONFIGURE_ARGS+= FANN_LIB="${LOCALBASE}/lib" \
FANN_INCLUDE"${LOCALBASE}/include"
MODCPAN_EXAMPLES= Yes
MODCPAN_EXAMPLES_DIST= samples
.include <bsd.port.mk>