freebsd-ports/devel/p5-Params-Coerce/Makefile
Jun Kuriyama 62b70a85de - Remove unneeded dependencies which is in perl-5.8.9 dist
(part 14).

Approved by:	portmgr (itetcu)
2010-01-28 22:37:43 +00:00

25 lines
593 B
Makefile

# New ports collection makefile for: p5-Params-Coerce
# Date created: 08 September 2007
# Whom: Cory R. King <coryking@mozimedia.com>
#
# $FreeBSD$
#
PORTNAME= Params-Coerce
PORTVERSION= 0.14
PORTREVISION= 1
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= coryking@mozimedia.com
COMMENT= Allows your classes to do coercion of parameters (Params::Coerce)
BUILD_DEPENDS= p5-Params-Util>=0.20:${PORTSDIR}/devel/p5-Params-Util
RUN_DEPENDS= p5-Params-Util>=0.20:${PORTSDIR}/devel/p5-Params-Util
PERL_CONFIGURE= yes
MAN3= Params::Coerce.3
.include <bsd.port.mk>