openbsd-ports/math/p5-Bit-Vector/Makefile
2013-03-11 11:20:26 +00:00

24 lines
394 B
Makefile

# $OpenBSD: Makefile,v 1.16 2013/03/11 11:23:55 espie Exp $
SHARED_ONLY= Yes
COMMENT= library of advanced math functions
MODULES= cpan
DISTNAME= Bit-Vector-7.1
REVISION= 2
CATEGORIES= math
USE_GROFF = Yes
MAINTAINER= Kevin Lo <kevlo@openbsd.org>
# Perl
PERMIT_PACKAGE_CDROM= Yes
WANTLIB += c
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= devel/p5-Carp-Clan>=5.3
.include <bsd.port.mk>