opnsense-ports/devel/p5-Border-Style/Makefile

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