mirror of
https://git.freebsd.org/ports.git
synced 2025-05-06 19:06:44 -04:00
19 lines
454 B
Makefile
19 lines
454 B
Makefile
PORTNAME= Test-Mini-Unit
|
|
PORTVERSION= v1.0.3
|
|
PORTREVISION= 2
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
MASTER_SITE_SUBDIR= CPAN:PVANDE
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Declarative syntactic sugar for Test::Mini
|
|
WWW= https://metacpan.org/release/Test-Mini-Unit
|
|
|
|
BUILD_DEPENDS= p5-Devel-Declare>=0.6.0:devel/p5-Devel-Declare \
|
|
p5-Test-Mini>=v1.1.3:devel/p5-Test-Mini
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
.include <bsd.port.mk>
|