blob: b4c87abb29b84a3ca37a2fbf6b64d783ca1f2864 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# Created by: Alexey Dokuchaev <danfe@FreeBSD.org>
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
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>
|