aaa1885833
ok jasper@
25 lines
462 B
Makefile
25 lines
462 B
Makefile
# $OpenBSD: Makefile,v 1.14 2010/12/03 11:45:39 ajacoutot Exp $
|
|
|
|
SHARED_ONLY= Yes
|
|
|
|
COMMENT= library of advanced math functions
|
|
|
|
MODULES= cpan
|
|
DISTNAME= Bit-Vector-7.1
|
|
REVISION= 1
|
|
CATEGORIES= math
|
|
USE_GROFF = Yes
|
|
|
|
MAINTAINER= Kevin Lo <kevlo@openbsd.org>
|
|
|
|
# Perl
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
|
RUN_DEPENDS= devel/p5-Carp-Clan>=5.3
|
|
|
|
.include <bsd.port.mk>
|