Files
ports/devel/p5-BorderStyleBase/Makefile
T
Sunpoet Po-Chuan Hsieh 40a073ac44 Add p5-BorderStyleBase 0.004
BorderStyleBase provides a suitable base class for most BorderStyle::* modules.

WWW: https://metacpan.org/release/BorderStyleBase
2020-10-05 17:24:02 +00:00

26 lines
507 B
Makefile

# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= BorderStyleBase
PORTVERSION= 0.004
CATEGORIES= devel perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:PERLANCAR
PKGNAMEPREFIX= p5-
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Suitable base class for most BorderStyle::* modules
LICENSE= ART10 GPLv1+
LICENSE_COMB= dual
LICENSE_FILE= ${WRKSRC}/LICENSE
TEST_DEPENDS= p5-Test-Exception>=0:devel/p5-Test-Exception
USES= perl5
USE_PERL5= configure
NO_ARCH= yes
.include <bsd.port.mk>