mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-06 06:30:19 +00:00
7d7b475f69
port builds fine
25 lines
629 B
Makefile
25 lines
629 B
Makefile
# New ports collection makefile for: foswiki-ModPerlEngineContrib
|
|
# Date created: 26 Feb 2011
|
|
# Whom: Sergey Skvortsov <skv@protey.ru>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= ModPerlEngineContrib
|
|
MASTER_SITES= http://protey.ru/freebsd/distfiles/ \
|
|
${MASTER_SITE_LOCAL:S!$!skv/!}
|
|
|
|
MAINTAINER= skv@FreeBSD.org
|
|
COMMENT= Permits Foswiki to be executed under mod_perl
|
|
|
|
RUN_DEPENDS= foswiki>=0:${PORTSDIR}/www/foswiki \
|
|
${APACHE_PKGNAMEPREFIX}mod_perl2>=2.0.0:${PORTSDIR}/www/mod_perl2 \
|
|
p5-libapreq2>=2.0:${PORTSDIR}/www/p5-libapreq2
|
|
|
|
SVNREV= 8600
|
|
|
|
USE_APACHE= 22+
|
|
|
|
.include "${.CURDIR}/../foswiki/bsd.foswiki.mk"
|
|
.include <bsd.port.mk>
|