b1078e8f8e
1.16 2020-04-22 03:31:45 -0600 - Share install requires Alien::m4 for build (gh#2) 1.15 2020-02-21 01:03:41 -0500 - Use https instead of http
21 lines
643 B
Makefile
21 lines
643 B
Makefile
# $NetBSD: Makefile,v 1.8 2020/09/07 11:46:21 wiz Exp $
|
|
|
|
DISTNAME= Alien-GMP-1.16
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= devel
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Alien/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://metacpan.org/release/Alien-GMP
|
|
COMMENT= Alien package for the GNU Multiple Precision library
|
|
LICENSE= gnu-lgpl-v3
|
|
|
|
DEPENDS+= p5-Alien-Build-[0-9]*:../../devel/p5-Alien-Build
|
|
BUILD_DEPENDS+= p5-Devel-CheckLib-[0-9]*:../../devel/p5-Devel-CheckLib
|
|
|
|
USE_LANGUAGES= c
|
|
PERL5_PACKLIST= auto/Alien/GMP/.packlist
|
|
|
|
.include "../../devel/gmp/buildlink3.mk"
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|