22 lines
417 B
Makefile
22 lines
417 B
Makefile
|
# Created by: Alexey Dokuchaev <danfe@FreeBSD.org>
|
||
|
# $FreeBSD$
|
||
|
|
||
|
PORTNAME= Apache-Config-Preproc
|
||
|
PORTVERSION= 1.03
|
||
|
CATEGORIES= www perl5
|
||
|
MASTER_SITES= CPAN
|
||
|
PKGNAMEPREFIX= p5-
|
||
|
|
||
|
MAINTAINER= perl@FreeBSD.org
|
||
|
COMMENT= Preprocess Apache server configuration files
|
||
|
|
||
|
LICENSE= LGPL21
|
||
|
|
||
|
RUN_DEPENDS= p5-Apache-Admin-Config>=0.95:www/p5-Apache-Admin-Config
|
||
|
|
||
|
NO_ARCH= yes
|
||
|
USES= perl5
|
||
|
USE_PERL5= configure
|
||
|
|
||
|
.include <bsd.port.mk>
|