aboutsummaryrefslogtreecommitdiff
path: root/www/p5-Apache-Defaults/Makefile
blob: 49de77d943b70c4de412f450c0ee9125b36a14f0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
PORTNAME=	Apache-Defaults
PORTVERSION=	1.03
CATEGORIES=	www perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	perl@FreeBSD.org
COMMENT=	Get default settings for Apache httpd daemon
WWW=		https://metacpan.org/release/Apache-Defaults

LICENSE=	GPLv3+

BUILD_DEPENDS=	${RUN_DEPENDS}
RUN_DEPENDS=	p5-DateTime-Format-Strptime>=1.54:devel/p5-DateTime-Format-Strptime \
		p5-Shell-GetEnv>=0.10:devel/p5-Shell-GetEnv

USES=		perl5
USE_PERL5=	configure

NO_ARCH=	yes

.include <bsd.port.mk>