freebsd-ports/devel/p5-Params-Coerce/Makefile
Mathieu Arnold 4e1b79a0a6 Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:00:51 +00:00

20 lines
469 B
Makefile

# Created by: Cory R. King <coryking@mozimedia.com>
# $FreeBSD$
PORTNAME= Params-Coerce
PORTVERSION= 0.14
PORTREVISION= 2
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:devel/p5-Params-Util
RUN_DEPENDS= p5-Params-Util>=0.20:devel/p5-Params-Util
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>