freebsd-ports/devel/p5-Params-Coerce/Makefile
Andrej Zverev 24373dae37 - add stage support
Approved by:	portmgr (blanket infrastructure)
2014-01-09 13:14:30 +00:00

20 lines
493 B
Makefile

# Created by: 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
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>