7670a4e329
Bump NEED_VERSION accordingly.
26 lines
582 B
Makefile
26 lines
582 B
Makefile
# $OpenBSD: Makefile,v 1.5 2001/05/10 19:20:48 naddy Exp $
|
|
|
|
COMMENT= "high speed arbitrary-size integer math"
|
|
|
|
DISTNAME= Math-GMP-1.06
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= math perl5
|
|
NEED_VERSION= 1.407
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
|
MASTER_SITE_SUBDIR= Math
|
|
|
|
MAINTAINER= Anil Madhavapeddy <avsm@openbsd.org>
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
LIB_DEPENDS= gmp.4::devel/gmp
|
|
|
|
CONFIGURE_STYLE= perl
|
|
CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include" \
|
|
LDFLAGS="-L${LOCALBASE}/lib"
|
|
|
|
.include <bsd.port.mk>
|