aboutsummaryrefslogblamecommitdiff
path: root/math/p5-Math-GSL/Makefile
blob: 197fe823a7d32c05a66cbffc00cbff26a2464c34 (plain) (tree)
1
2
3
4
5
6
7
8
9
                        
                    
                 





                                                        
                                                     



                            

                                                          












                                                                                                         
PORTNAME=	Math-GSL
PORTVERSION=	0.43
PORTREVISION=	1
CATEGORIES=	math perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	bokutin@bokut.in
COMMENT=	Perl interface to GNU Scientific Library
WWW=		https://metacpan.org/release/Math-GSL

LICENSE=	ART10 GPLv1+
LICENSE_COMB=	dual

BUILD_DEPENDS=	p5-PkgConfig>=0.07720:devel/p5-PkgConfig \
	        p5-Alien-GSL>=1.01:math/p5-Alien-GSL
LIB_DEPENDS=	libgsl.so:math/gsl
TEST_DEPENDS=	p5-Test-Class>=0.12:devel/p5-Test-Class \
		p5-Test-Exception>=0.21:devel/p5-Test-Exception \
		p5-Test-Most>=0.31:devel/p5-Test-Most \
		p5-Test-Taint>=1.06:devel/p5-Test-Taint

USES=		perl5
USE_PERL5=	modbuild

post-install:
	${FIND} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Math/GSL/ -name "*.so" -exec ${STRIP_CMD} {} +

.include <bsd.port.mk>