1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-03 01:23:49 +00:00
freebsd-ports/www/p5-MasonX-Interp-WithCallbacks/Makefile
Marcus Alves Grando cfa7be167f Update to 1.13
PR:		87487
Submitted by:	Rod Taylor <ports@rbt.ca> (maintainer)
2005-10-15 18:34:25 +00:00

27 lines
685 B
Makefile

# New ports collection makefile for: p5-MasonX-Interp-WithCallbacks
# Date created: May 21, 2004
# Whom: Rod Taylor <ports@rbt.ca>
#
# $FreeBSD$
#
PORTNAME= MasonX-Interp-WithCallbacks
PORTVERSION= 1.13
CATEGORIES= www perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= MasonX/DWHEELER
PKGNAMEPREFIX= p5-
MAINTAINER= ports@rbt.ca
COMMENT= Mason callback support via Params::CallbackRequest
BUILD_DEPENDS= ${SITE_PERL}/HTML/Mason.pm:${PORTSDIR}/www/p5-HTML-Mason \
${SITE_PERL}/Params/CallbackRequest.pm:${PORTSDIR}/devel/p5-Params-CallbackRequest
RUN_DEPENDS= ${BUILD_DEPENDS}
PERL_MODBUILD= yes
MAN3= MasonX::Interp::WithCallbacks.3
.include <bsd.port.mk>