mirror of
https://git.freebsd.org/ports.git
synced 2025-06-05 12:56:28 -04:00
- define license file ChangeLog: https://metacpan.org/dist/Log-Defer/changes PR: 266684 Approved by: maintainer timeout, >2 weeks
23 lines
434 B
Makefile
23 lines
434 B
Makefile
PORTNAME= Log-Defer
|
|
DISTVERSION= 0.312
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= bill.brinzer@gmail.com
|
|
COMMENT= Deferred logs and timers
|
|
WWW= https://metacpan.org/release/Log-Defer
|
|
|
|
LICENSE= ART10 GPLv1+
|
|
LICENSE_COMB= dual
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
|
RUN_DEPENDS= p5-Guard>=0:devel/p5-Guard
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|