1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-12 07:27:57 +00:00
freebsd-ports/devel/p5-Params-CallbackRequest/Makefile

34 lines
912 B
Makefile
Raw Normal View History

# New ports collection makefile for: Params::CallbackRequest
# Date created: 21 May 2004
# Whom: Rod Taylor <ports@rbt.ca>
#
# $FreeBSD$
#
PORTNAME= Params-CallbackRequest
PORTVERSION= 1.15
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Params/DWHEELER
PKGNAMEPREFIX= p5-
MAINTAINER= ports@rbt.ca
COMMENT= Provide callbacks to method and function parameters
BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Params/Validate.pm:${PORTSDIR}/devel/p5-Params-Validate \
${SITE_PERL}/Exception/Class.pm:${PORTSDIR}/devel/p5-Exception-Class
RUN_DEPENDS= ${BUILD_DEPENDS}
PERL_MODBUILD= yes
MAN3= Params::Callback.3 Params::CallbackRequest.3 \
Params::CallbackRequest::Exceptions.3
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500800
IGNORE= requires at least Perl 5.8.0 due to dependencies. Please install lang/perl5.8 and try again
.endif
.include <bsd.port.post.mk>