mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 09:36:41 -04:00
25 lines
553 B
Makefile
25 lines
553 B
Makefile
PORTNAME= Test2-Plugin-UUID
|
|
PORTVERSION= 0.002010
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
MASTER_SITE_SUBDIR= CPAN:EXODIST
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Use REAL UUIDs in Test2
|
|
WWW= https://metacpan.org/release/Test2-Plugin-UUID
|
|
|
|
LICENSE= ART10 GPLv1+
|
|
LICENSE_COMB= dual
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
|
RUN_DEPENDS= p5-UUID-Tiny>=1.04:devel/p5-UUID-Tiny
|
|
TEST_DEPENDS= p5-Test-Simple>=1.302200:devel/p5-Test-Simple
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|