mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
New port: devel/p5-Devel-CheckBin
Devel::CheckBin is a perl module that checks whether a particular command is available. WWW: http://search.cpan.org/dist/Devel-CheckBin/ Submitted by: pi@FreeBSD.org
This commit is contained in:
parent
8807837540
commit
c21bd45bd1
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=363747
@ -1862,6 +1862,7 @@
|
||||
SUBDIR += p5-Devel-Caller-IgnoreNamespaces
|
||||
SUBDIR += p5-Devel-Caller-Perl
|
||||
SUBDIR += p5-Devel-Callsite
|
||||
SUBDIR += p5-Devel-CheckBin
|
||||
SUBDIR += p5-Devel-CheckCompiler
|
||||
SUBDIR += p5-Devel-CheckLib
|
||||
SUBDIR += p5-Devel-CheckOS
|
||||
|
19
devel/p5-Devel-CheckBin/Makefile
Normal file
19
devel/p5-Devel-CheckBin/Makefile
Normal file
@ -0,0 +1,19 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= Devel-CheckBin
|
||||
PORTVERSION= 0.02
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= perl@FreeBSD.org
|
||||
COMMENT= Perl5 module to check that a command is available
|
||||
|
||||
LICENSE= ART10 GPLv1
|
||||
LICENSE_COMB= dual
|
||||
|
||||
USES= perl5
|
||||
USE_PERL5= modbuildtiny
|
||||
CONFIGURE_SCRIPT= Build.PL
|
||||
|
||||
.include <bsd.port.mk>
|
2
devel/p5-Devel-CheckBin/distinfo
Normal file
2
devel/p5-Devel-CheckBin/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (Devel-CheckBin-0.02.tar.gz) = f5643d4a11eaf6309137a377b907f0e25d9d966699c1144c950e789954d5e13c
|
||||
SIZE (Devel-CheckBin-0.02.tar.gz) = 10006
|
4
devel/p5-Devel-CheckBin/pkg-descr
Normal file
4
devel/p5-Devel-CheckBin/pkg-descr
Normal file
@ -0,0 +1,4 @@
|
||||
Devel::CheckBin is a perl module that checks whether a particular command
|
||||
is available.
|
||||
|
||||
WWW: http://search.cpan.org/dist/Devel-CheckBin/
|
6
devel/p5-Devel-CheckBin/pkg-plist
Normal file
6
devel/p5-Devel-CheckBin/pkg-plist
Normal file
@ -0,0 +1,6 @@
|
||||
%%PERL5_MAN3%%/Devel::CheckBin.3.gz
|
||||
%%SITE_PERL%%/Devel/CheckBin.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Devel/CheckBin/.packlist
|
||||
@dirrmtry %%SITE_PERL%%/Devel
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Devel/CheckBin
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Devel
|
Loading…
Reference in New Issue
Block a user