mirror of
https://git.freebsd.org/ports.git
synced 2025-06-05 04:46:28 -04:00
Module::Build subclass for building Alien:: modules and their libraries For new development use Alien::Build and alienfile instead. WWW: https://metacpan.org/pod/Alien::Base::ModuleBuild
28 lines
784 B
Makefile
28 lines
784 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= Alien-Base-ModuleBuild
|
|
PORTVERSION= 1.06
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= Module::Build subclass for building Alien:: modules and libraries
|
|
|
|
LICENSE= ART10 GPLv1+
|
|
LICENSE_COMB= dual
|
|
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
|
RUN_DEPENDS= p5-Archive-Extract>=0.80:archivers/p5-Archive-Extract \
|
|
p5-File-chdir>=0.1010:devel/p5-File-chdir \
|
|
p5-Path-Tiny>=0.108:devel/p5-Path-Tiny \
|
|
p5-Shell-Config-Generate>=0.33:devel/p5-Shell-Config-Generate \
|
|
p5-Shell-Guess>=0.09:devel/p5-Shell-Guess \
|
|
p5-Sort-Versions>=1.62:devel/p5-Sort-Versions
|
|
TEST_DEPENDS= p5-Test2-Suite>=0.000118:devel/p5-Test2-Suite \
|
|
p5-Inline-CPP>=0.75:devel/p5-Inline-CPP
|
|
|
|
USES= perl5
|
|
USE_PERL5= modbuild
|
|
|
|
.include <bsd.port.mk>
|