559d88985c
ok sthen@
26 lines
530 B
Makefile
26 lines
530 B
Makefile
# $OpenBSD: Makefile,v 1.5 2008/10/02 20:38:08 simon Exp $
|
|
|
|
SHARED_ONLY= Yes
|
|
|
|
COMMENT= use the GMP library for Math::BigInt routines
|
|
|
|
MODULES= cpan
|
|
DISTNAME= Math-BigInt-GMP-1.18
|
|
PKGNAME= p5-${DISTNAME}p0
|
|
CATEGORIES= math
|
|
|
|
MAINTAINER= Chris Humphries <chris@niroze.net>
|
|
|
|
# same as perl
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
LIB_DEPENDS= gmp.>=6::devel/gmp
|
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
|
LDFLAGS="-L${LOCALBASE}/lib"
|
|
|
|
.include <bsd.port.mk>
|