aboutsummaryrefslogtreecommitdiffstats
path: root/devel/p5-Module-Install-AuthorRequires/Makefile
blob: 9aaf27a3503d750a2b2d7da5f0730958eb3c9bcb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
PORTNAME=	Module-Install-AuthorRequires
PORTVERSION=	0.02
PORTREVISION=	1
CATEGORIES=	devel perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	perl@FreeBSD.org
COMMENT=	Perl extension to declare author-only dependencies
WWW=		https://metacpan.org/release/Module-Install-AuthorRequires

BUILD_DEPENDS=	${RUN_DEPENDS}
RUN_DEPENDS=	\
	p5-Module-Install>0:devel/p5-Module-Install

USES=		perl5
USE_PERL5=	configure

.include <bsd.port.mk>