freebsd-ports/math/p5-Math-GSL/Makefile
Sunpoet Po-Chuan Hsieh 729ef65a15 - Update to 0.28
- Convert to new LIB_DEPENDS format
- Use BROKEN_sparc64
- Remove outdated post-patch:
- Support STAGEDIR
- Take maintainership

Changes:	http://search.cpan.org/dist/Math-GSL/Changes
2014-02-11 17:34:25 +00:00

27 lines
701 B
Makefile

# Created by: Maxim Sobolev <sobomax@FreeBSD.org>
# $FreeBSD$
PORTNAME= Math-GSL
PORTVERSION= 0.28
CATEGORIES= math perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Perl interface to GNU Scientific Library
LICENSE= ART10 GPLv1
LICENSE_COMB= dual
BUILD_DEPENDS= p5-ExtUtils-PkgConfig>=1.03:${PORTSDIR}/devel/p5-ExtUtils-PkgConfig
LIB_DEPENDS= libgsl.so:${PORTSDIR}/math/gsl
TEST_DEPENDS= p5-Test-Class>=0.12:${PORTSDIR}/devel/p5-Test-Class \
p5-Test-Most>=0.31:${PORTSDIR}/devel/p5-Test-Most \
p5-Test-Exception>=0.21:${PORTSDIR}/devel/p5-Test-Exception
USE_PERL5= modbuild
USES= perl5
BROKEN_sparc64= Does not compile on sparc64
.include <bsd.port.mk>