23 lines
471 B
Makefile
23 lines
471 B
Makefile
# Created by: Alexey Dokuchaev <danfe@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Apache-Defaults
|
|
PORTVERSION= 1.02
|
|
CATEGORIES= www perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= Get default settings for Apache httpd daemon
|
|
|
|
LICENSE= GPLv3+
|
|
|
|
RUN_DEPENDS= p5-DateTime-Format-Strptime>=1.54:devel/p5-DateTime-Format-Strptime \
|
|
p5-Shell-GetEnv>=0.10:devel/p5-Shell-GetEnv
|
|
|
|
NO_ARCH= yes
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
.include <bsd.port.mk>
|