mirror of
https://git.freebsd.org/ports.git
synced 2025-06-01 10:56:27 -04:00
devel/p5-Alien-cmake3: new port had been added (+)
This module provides an external dependency on the popular CMake build tool version 3.x or better.
This commit is contained in:
parent
5966bd1601
commit
2186f43a43
5 changed files with 37 additions and 0 deletions
|
@ -1781,6 +1781,7 @@
|
|||
SUBDIR += p5-Alien-Build
|
||||
SUBDIR += p5-Alien-LibGumbo
|
||||
SUBDIR += p5-Alien-SDL
|
||||
SUBDIR += p5-Alien-cmake3
|
||||
SUBDIR += p5-Alzabo
|
||||
SUBDIR += p5-Any-Daemon
|
||||
SUBDIR += p5-Any-Moose
|
||||
|
|
25
devel/p5-Alien-cmake3/Makefile
Normal file
25
devel/p5-Alien-cmake3/Makefile
Normal file
|
@ -0,0 +1,25 @@
|
|||
PORTNAME= Alien-cmake3
|
||||
PORTVERSION= 0.08
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= perl@FreeBSD.org
|
||||
COMMENT= Find, download, or build CMake v3 or better
|
||||
WWW= https://metacpan.org/dist/Alien-cmake3
|
||||
|
||||
LICENSE= ART10 GPLv1+
|
||||
LICENSE_COMB= dual
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
RUN_DEPENDS= cmake:devel/cmake-core \
|
||||
p5-Alien-Build>=1.19:devel/p5-Alien-Build
|
||||
TEST_DEPENDS= p5-Test2-Suite>=0.000121:devel/p5-Test2-Suite
|
||||
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
NO_ARCH= yes
|
||||
|
||||
.include <bsd.port.mk>
|
3
devel/p5-Alien-cmake3/distinfo
Normal file
3
devel/p5-Alien-cmake3/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
TIMESTAMP = 1626458788
|
||||
SHA256 (Alien-cmake3-0.08.tar.gz) = 93dfb1146f0053ec1ed59558f5f6d8f85d87b822a8433c6485d419c4f0182f1f
|
||||
SIZE (Alien-cmake3-0.08.tar.gz) = 19643
|
3
devel/p5-Alien-cmake3/pkg-descr
Normal file
3
devel/p5-Alien-cmake3/pkg-descr
Normal file
|
@ -0,0 +1,3 @@
|
|||
This Alien distribution provides an external dependency on the build
|
||||
tool CMake version 3.x or better. CMake is a popular alternative to
|
||||
GNU autotools.
|
5
devel/p5-Alien-cmake3/pkg-plist
Normal file
5
devel/p5-Alien-cmake3/pkg-plist
Normal file
|
@ -0,0 +1,5 @@
|
|||
%%SITE_ARCH%%/Alien/cmake3.pm
|
||||
%%SITE_ARCH%%/auto/Alien/cmake3/cmake3.txt
|
||||
%%SITE_ARCH%%/auto/share/dist/Alien-cmake3/_alien/alien.json
|
||||
%%SITE_ARCH%%/auto/share/dist/Alien-cmake3/_alien/alienfile
|
||||
%%PERL5_MAN3%%/Alien::cmake3.3.gz
|
Loading…
Add table
Reference in a new issue