mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
devel/p5-BorderStyle: Add p5-BorderStyle 3.0.2
BorderStyle specifies a way to create and use border styles. WWW: https://metacpan.org/dist/BorderStyle
This commit is contained in:
parent
08b5ebce79
commit
acbf56c6c7
5 changed files with 50 additions and 0 deletions
|
@ -1827,6 +1827,7 @@
|
|||
SUBDIR += p5-Benchmark-Timer
|
||||
SUBDIR += p5-Best
|
||||
SUBDIR += p5-Border-Style
|
||||
SUBDIR += p5-BorderStyle
|
||||
SUBDIR += p5-BorderStyleBase
|
||||
SUBDIR += p5-BorderStyles-Standard
|
||||
SUBDIR += p5-Brannigan
|
||||
|
|
25
devel/p5-BorderStyle/Makefile
Normal file
25
devel/p5-BorderStyle/Makefile
Normal file
|
@ -0,0 +1,25 @@
|
|||
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
||||
|
||||
PORTNAME= BorderStyle
|
||||
PORTVERSION= 3.0.2
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= CPAN
|
||||
MASTER_SITE_SUBDIR= CPAN:PERLANCAR
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= sunpoet@FreeBSD.org
|
||||
COMMENT= Border styles
|
||||
|
||||
LICENSE= ART10 GPLv1+
|
||||
LICENSE_COMB= dual
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
xRUN_DEPENDS= p5-Role-Tiny>=0:devel/p5-Role-Tiny
|
||||
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
NO_ARCH= yes
|
||||
|
||||
.include <bsd.port.mk>
|
3
devel/p5-BorderStyle/distinfo
Normal file
3
devel/p5-BorderStyle/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
TIMESTAMP = 1646057868
|
||||
SHA256 (BorderStyle-3.0.2.tar.gz) = 515fa22fa75e76dc5fa2a34abbb4da4465ff7a50999bd1181302daa1ff5fc479
|
||||
SIZE (BorderStyle-3.0.2.tar.gz) = 25252
|
3
devel/p5-BorderStyle/pkg-descr
Normal file
3
devel/p5-BorderStyle/pkg-descr
Normal file
|
@ -0,0 +1,3 @@
|
|||
BorderStyle specifies a way to create and use border styles.
|
||||
|
||||
WWW: https://metacpan.org/dist/BorderStyle
|
18
devel/p5-BorderStyle/pkg-plist
Normal file
18
devel/p5-BorderStyle/pkg-plist
Normal file
|
@ -0,0 +1,18 @@
|
|||
%%SITE_PERL%%/BorderStyle.pm
|
||||
%%SITE_PERL%%/BorderStyle/Test/CustomChar.pm
|
||||
%%SITE_PERL%%/BorderStyle/Test/Labeled.pm
|
||||
%%SITE_PERL%%/BorderStyleRole/Source/ASCIIArt.pm
|
||||
%%SITE_PERL%%/BorderStyleRole/Source/Hash.pm
|
||||
%%SITE_PERL%%/BorderStyleRole/Spec/Basic.pm
|
||||
%%SITE_PERL%%/BorderStyleRole/Transform/BoxChar.pm
|
||||
%%SITE_PERL%%/BorderStyleRole/Transform/InnerOnly.pm
|
||||
%%SITE_PERL%%/BorderStyleRole/Transform/OuterOnly.pm
|
||||
%%PERL5_MAN3%%/BorderStyle.3.gz
|
||||
%%PERL5_MAN3%%/BorderStyle::Test::CustomChar.3.gz
|
||||
%%PERL5_MAN3%%/BorderStyle::Test::Labeled.3.gz
|
||||
%%PERL5_MAN3%%/BorderStyleRole::Source::ASCIIArt.3.gz
|
||||
%%PERL5_MAN3%%/BorderStyleRole::Source::Hash.3.gz
|
||||
%%PERL5_MAN3%%/BorderStyleRole::Spec::Basic.3.gz
|
||||
%%PERL5_MAN3%%/BorderStyleRole::Transform::BoxChar.3.gz
|
||||
%%PERL5_MAN3%%/BorderStyleRole::Transform::InnerOnly.3.gz
|
||||
%%PERL5_MAN3%%/BorderStyleRole::Transform::OuterOnly.3.gz
|
Loading…
Add table
Reference in a new issue