1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-23 09:10:43 +00:00

devel/p5-Test-Time: Add LICENSE and NO_ARCH

This commit is contained in:
Po-Chuan Hsieh 2022-03-25 21:10:50 +08:00
parent 65c0e9621a
commit f07e5d0446
No known key found for this signature in database
GPG Key ID: 9A4BD10F002DD04B

View File

@ -7,7 +7,13 @@ PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Perl extension to override time()/sleep() core functions for testing
LICENSE= ART10 GPLv1+
LICENSE_COMB= dual
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= perl5
USE_PERL5= configure
NO_ARCH= yes
.include <bsd.port.mk>