mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-03 01:23:49 +00:00
f91aacb332
- Add missing DEPENDS - Add TEST_DEPENDS - Bump PORTREVISION Feature safe: yes
35 lines
1.0 KiB
Makefile
35 lines
1.0 KiB
Makefile
# New ports collection makefile for: p5-MasonX-WebApp
|
|
# Date created: 2005.01.08
|
|
# Whom: Travis Campbell <hcoyote@ghostar.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= MasonX-WebApp
|
|
PORTVERSION= 0.12
|
|
PORTREVISION= 4
|
|
CATEGORIES= www perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= Works with HTML::Mason to do processing before Mason is invoked
|
|
|
|
BUILD_DEPENDS= mp2bug:${PORTSDIR}/www/mod_perl2 \
|
|
p5-HTML-Mason>=0:${PORTSDIR}/www/p5-HTML-Mason \
|
|
p5-Apache-Session-Wrapper>=0:${PORTSDIR}/www/p5-Apache-Session-Wrapper \
|
|
p5-Exception-Class>=0:${PORTSDIR}/devel/p5-Exception-Class \
|
|
p5-Class-Data-Inheritable>=0:${PORTSDIR}/devel/p5-Class-Data-Inheritable \
|
|
p5-Class-Factory-Util>=0:${PORTSDIR}/devel/p5-Class-Factory-Util \
|
|
p5-URI>0:${PORTSDIR}/net/p5-URI
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
|
TEST_DEPENDS= p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception \
|
|
p5-Test-Output>=0:${PORTSDIR}/devel/p5-Test-Output
|
|
|
|
USE_APACHE_RUN= 20+
|
|
PERL_MODBUILD= yes
|
|
|
|
MAN3= MasonX::WebApp.3
|
|
|
|
.include <bsd.port.mk>
|