openbsd-ports/math/p5-Math-GMP/Makefile
jasper 75af53f9af - update p5-Math-GMP to 2.05
- fix license marker
2008-10-10 12:12:07 +00:00

23 lines
441 B
Makefile

# $OpenBSD: Makefile,v 1.17 2008/10/10 12:12:07 jasper Exp $
SHARED_ONLY= Yes
COMMENT= high speed arbitrary-size integer math
MODULES= cpan
DISTNAME= Math-GMP-2.05
CATEGORIES= math
# LGPLv2+
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
LIB_DEPENDS= gmp.>=4::devel/gmp
CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
.include <bsd.port.mk>