mirror of
https://git.freebsd.org/ports.git
synced 2025-06-03 11:56:28 -04:00
Add p5-Script-isAperlScript 1.0.0, this does a basic check if something
is a perl script or not.
This commit is contained in:
parent
d10020be07
commit
4d6104c2e8
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=333881
5 changed files with 31 additions and 0 deletions
|
@ -2641,6 +2641,7 @@
|
|||
SUBDIR += p5-Scalar-String
|
||||
SUBDIR += p5-Scope-Guard
|
||||
SUBDIR += p5-Scope-Upper
|
||||
SUBDIR += p5-Script-isAperlScript
|
||||
SUBDIR += p5-Search-Binary
|
||||
SUBDIR += p5-Sentinel
|
||||
SUBDIR += p5-Sepia
|
||||
|
|
19
devel/p5-Script-isAperlScript/Makefile
Normal file
19
devel/p5-Script-isAperlScript/Makefile
Normal file
|
@ -0,0 +1,19 @@
|
|||
# Created by: Mathieu Arnold <mat@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= Script-isAperlScript
|
||||
PORTVERSION= 1.0.0
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= mat@FreeBSD.org
|
||||
COMMENT= This does a basic check if something is a perl script or not
|
||||
|
||||
LICENSE= ART10 GPLv1
|
||||
LICENSE_COMB= dual
|
||||
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
.include <bsd.port.mk>
|
2
devel/p5-Script-isAperlScript/distinfo
Normal file
2
devel/p5-Script-isAperlScript/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (Script-isAperlScript-1.0.0.tar.gz) = 2c5af6e53fafdfe222a3d6a1abd8a1cd33c3c8057ee6824034af855aac8ffca1
|
||||
SIZE (Script-isAperlScript-1.0.0.tar.gz) = 4078
|
3
devel/p5-Script-isAperlScript/pkg-descr
Normal file
3
devel/p5-Script-isAperlScript/pkg-descr
Normal file
|
@ -0,0 +1,3 @@
|
|||
This does a basic check if something is a perl script or not.
|
||||
|
||||
WWW: http://search.cpan.org/dist/Script-isAperlScript/
|
6
devel/p5-Script-isAperlScript/pkg-plist
Normal file
6
devel/p5-Script-isAperlScript/pkg-plist
Normal file
|
@ -0,0 +1,6 @@
|
|||
%%PERL5_MAN3%%/Script::isAperlScript.3.gz
|
||||
%%SITE_PERL%%/Script/isAperlScript.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Script/isAperlScript/.packlist
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Script/isAperlScript
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Script
|
||||
@dirrmtry %%SITE_PERL%%/Script
|
Loading…
Add table
Reference in a new issue