21 lines
370 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.23 2019/07/12 20:47:44 sthen Exp $
2014-11-21 09:40:32 +00:00
COMMENT = library of advanced math functions
2014-11-21 09:40:32 +00:00
MODULES = cpan
DISTNAME = Bit-Vector-7.4
CATEGORIES = math
2015-07-16 23:57:18 +00:00
REVISION = 0
MAINTAINER = Benoit Lecocq <benoit@openbsd.org>
2009-11-06 09:17:28 +00:00
# Perl
PERMIT_PACKAGE = Yes
WANTLIB += c perl
2012-08-23 15:50:05 +00:00
2014-11-21 09:40:32 +00:00
BUILD_DEPENDS = ${RUN_DEPENDS}
RUN_DEPENDS = devel/p5-Carp-Clan>=5.3
.include <bsd.port.mk>