freebsd-ports/devel/p5-Border-Style/Makefile
Sunpoet Po-Chuan Hsieh 786ebd160d 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
2019-04-21 00:24:50 +00:00

28 lines
573 B
Makefile

# 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>