View | Details | Raw Unified | Return to bug 250134
Collapse All | Expand All

(-)textproc/p5-BorderStyleBase/Makefile (+16 lines)
Line 0 Link Here
1
# Created by: Zane C. Bowers-Hadley <vvelox@vvelox.net>
2
# $FreeBSD$
3
4
PORTNAME=       BorderStyleBase
5
PORTVERSION=    0.004
6
CATEGORIES=     textproc
7
MASTER_SITES=   CPAN
8
PKGNAMEPREFIX=  p5-
9
10
MAINTAINER=     vvelox@vvelox.net
11
COMMENT=        A suitable base class for most BorderStyle modules
12
13
USE_PERL5=      configure
14
USES=           perl5
15
16
.include <bsd.port.mk>
(-)textproc/p5-BorderStyleBase/distinfo (+3 lines)
Line 0 Link Here
1
TIMESTAMP = 1601888696
2
SHA256 (BorderStyleBase-0.004.tar.gz) = f8b1867404efdae1af7bcd4eaa25e635e1dfba1b9700fd21c1583aade956aba2
3
SIZE (BorderStyleBase-0.004.tar.gz) = 16042
(-)textproc/p5-BorderStyleBase/pkg-descr (+3 lines)
Line 0 Link Here
1
A suitable base class for most BorderStyle::* modules
2
3
WWW: https://metacpan.org/release/BorderStyleBase
(-)textproc/p5-BorderStyleBase/pkg-plist (+8 lines)
Line 0 Link Here
1
%%SITE_PERL%%/BorderStyle/Test/CustomChar.pm
2
%%SITE_PERL%%/BorderStyle/Test/Labeled.pm
3
%%SITE_PERL%%/BorderStyleBase.pm
4
%%SITE_PERL%%/BorderStyleBase/Constructor.pm
5
%%PERL5_MAN3%%/BorderStyle::Test::CustomChar.3.gz
6
%%PERL5_MAN3%%/BorderStyle::Test::Labeled.3.gz
7
%%PERL5_MAN3%%/BorderStyleBase.3.gz
8
%%PERL5_MAN3%%/BorderStyleBase::Constructor.3.gz

Return to bug 250134