aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-constant-defer/Makefile
blob: 7178972beac28d2da2a59fdf4ab260399106642f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
PORTNAME=	constant-defer
PORTVERSION=	6
CATEGORIES=	devel perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	sunpoet@FreeBSD.org
COMMENT=	Constant subs with deferred value calculation
WWW=		https://metacpan.org/release/constant-defer

LICENSE=	GPLv3

USES=		perl5
USE_PERL5=	configure

NO_ARCH=	yes

.include <bsd.port.mk>