Skip to content

Commit

Permalink
devel/p5-Alien-cmake3: new port had been added (+)
Browse files Browse the repository at this point in the history
This module provides an external dependency on the
popular CMake build tool version 3.x or better.
  • Loading branch information
Alexey Dokuchaev authored and Alexey Dokuchaev committed Dec 30, 2023
1 parent 5966bd1 commit 2186f43
Show file tree
Hide file tree
Showing 5 changed files with 37 additions and 0 deletions.
1 change: 1 addition & 0 deletions devel/Makefile
Expand Up @@ -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
Expand Down
25 changes: 25 additions & 0 deletions devel/p5-Alien-cmake3/Makefile
@@ -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 changes: 3 additions & 0 deletions devel/p5-Alien-cmake3/distinfo
@@ -0,0 +1,3 @@
TIMESTAMP = 1626458788
SHA256 (Alien-cmake3-0.08.tar.gz) = 93dfb1146f0053ec1ed59558f5f6d8f85d87b822a8433c6485d419c4f0182f1f
SIZE (Alien-cmake3-0.08.tar.gz) = 19643
3 changes: 3 additions & 0 deletions devel/p5-Alien-cmake3/pkg-descr
@@ -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 changes: 5 additions & 0 deletions devel/p5-Alien-cmake3/pkg-plist
@@ -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

0 comments on commit 2186f43

Please sign in to comment.