aboutsummaryrefslogtreecommitdiffstats
path: root/devel/p5-Commands-Guarded/Makefile
blob: a744b090c37865edc19ec9b48632cc2e639edba5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
PORTNAME=	Commands-Guarded
PORTVERSION=	1.01
PORTREVISION=	1
CATEGORIES=	devel perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	perl@FreeBSD.org
COMMENT=	Deterministic guarded commands for Perl
WWW=		https://metacpan.org/release/Commands-Guarded

USES=		perl5
USE_PERL5=	configure

.include <bsd.port.mk>