summaryrefslogtreecommitdiff
path: root/sysutils/p5-Command-Runner/Makefile
blob: 0d39dcf68dca6079035757bceacb036cc2534c0f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
PORTNAME=	Command-Runner
DISTVERSION=	0.200
CATEGORIES=	sysutils perl5
MASTER_SITES=	CPAN
MASTER_SITE_SUBDIR=	CPAN:SKAJI
PKGNAMEPREFIX=	p5-

MAINTAINER=	dgeo@centrale-med.fr
COMMENT=	Run external commands and Perl code refs
WWW=		https://metacpan.org/dist/Command-Runner

LICENSE=	ART10 GPLv1+
LICENSE_COMB=	dual

USES=		perl5
USE_PERL5=	modbuildtiny

NO_ARCH=	yes

.include <bsd.port.mk>