aboutsummaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2019-04-21 00:24:50 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2019-04-21 00:24:50 +0000
commit786ebd160df1360ef8940b9e3438f789e4597d2b (patch)
treeec2fe5cd7e81bbe7ae722e2efbeee3a8e75d7cde /devel
parent02aa5714a6378ffcf84c279f6eeb00eda44b899a (diff)
downloadports-786ebd160df1360ef8940b9e3438f789e4597d2b.tar.gz
ports-786ebd160df1360ef8940b9e3438f789e4597d2b.zip
Add p5-Border-Style 0.01
Border::Style specifies a structure for border styles. The distribution also comes with utility routines and roles for managing border styles in applications. WWW: https://metacpan.org/release/Border-Style
Notes
Notes: svn path=/head/; revision=499514
Diffstat (limited to 'devel')
-rw-r--r--devel/Makefile1
-rw-r--r--devel/p5-Border-Style/Makefile28
-rw-r--r--devel/p5-Border-Style/distinfo3
-rw-r--r--devel/p5-Border-Style/pkg-descr5
-rw-r--r--devel/p5-Border-Style/pkg-plist4
5 files changed, 41 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile
index 771242b828dd..81f82b38cd68 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -2003,6 +2003,7 @@
SUBDIR += p5-Badger
SUBDIR += p5-Benchmark-Timer
SUBDIR += p5-Best
+ SUBDIR += p5-Border-Style
SUBDIR += p5-Brannigan
SUBDIR += p5-Bread-Board
SUBDIR += p5-Bread-Board-Declare
diff --git a/devel/p5-Border-Style/Makefile b/devel/p5-Border-Style/Makefile
new file mode 100644
index 000000000000..0a0c9a8fa341
--- /dev/null
+++ b/devel/p5-Border-Style/Makefile
@@ -0,0 +1,28 @@
+# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME= Border-Style
+PORTVERSION= 0.01
+CATEGORIES= devel perl5
+MASTER_SITES= CPAN
+MASTER_SITE_SUBDIR= CPAN:PERLANCAR
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= sunpoet@FreeBSD.org
+COMMENT= Border style structure
+
+LICENSE= ART10 GPLv1+
+LICENSE_COMB= dual
+LICENSE_FILE= ${WRKSRC}/LICENSE
+
+BUILD_DEPENDS= ${RUN_DEPENDS}
+RUN_DEPENDS= p5-Module-List>=0:devel/p5-Module-List \
+ p5-Moo>=0:devel/p5-Moo \
+ p5-Term-App-Roles>=0:devel/p5-Term-App-Roles
+
+USES= perl5
+USE_PERL5= configure
+
+NO_ARCH= yes
+
+.include <bsd.port.mk>
diff --git a/devel/p5-Border-Style/distinfo b/devel/p5-Border-Style/distinfo
new file mode 100644
index 000000000000..714610636400
--- /dev/null
+++ b/devel/p5-Border-Style/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1552646428
+SHA256 (Border-Style-0.01.tar.gz) = 2e8beaad1c563e93c68dc10d34de8fb31cf415c0724d1b2dcf4acc6f735d00ae
+SIZE (Border-Style-0.01.tar.gz) = 14068
diff --git a/devel/p5-Border-Style/pkg-descr b/devel/p5-Border-Style/pkg-descr
new file mode 100644
index 000000000000..f00720abbda8
--- /dev/null
+++ b/devel/p5-Border-Style/pkg-descr
@@ -0,0 +1,5 @@
+Border::Style specifies a structure for border styles. The distribution also
+comes with utility routines and roles for managing border styles in
+applications.
+
+WWW: https://metacpan.org/release/Border-Style
diff --git a/devel/p5-Border-Style/pkg-plist b/devel/p5-Border-Style/pkg-plist
new file mode 100644
index 000000000000..0a0982d75f6b
--- /dev/null
+++ b/devel/p5-Border-Style/pkg-plist
@@ -0,0 +1,4 @@
+%%SITE_PERL%%/Border/Style.pm
+%%SITE_PERL%%/Border/Style/Role.pm
+%%PERL5_MAN3%%/Border::Style.3.gz
+%%PERL5_MAN3%%/Border::Style::Role.3.gz