freebsd-ports/math/p5-Math-GMP/Makefile

25 lines
497 B
Makefile
Raw Normal View History

2013-03-18 15:40:29 +01:00
# Created by: will
# $FreeBSD$
PORTNAME= Math-GMP
PORTVERSION= 2.16
CATEGORIES= math perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
2003-02-20 20:00:52 +01:00
COMMENT= Perl module that provides an interface to the GMP library
LICENSE= LGPL20+
BUILD_DEPENDS= p5-Devel-CheckLib>=0.9:devel/p5-Devel-CheckLib
LIB_DEPENDS= libgmp.so:math/gmp
USE_PERL5= configure
USES= localbase perl5
2014-02-10 23:42:16 +01:00
post-install:
${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Math/GMP/GMP.so
2014-02-10 23:42:16 +01:00
.include <bsd.port.mk>