openbsd-ports/devel/p5-Params-Coerce/Makefile
2013-03-11 10:50:00 +00:00

21 lines
373 B
Makefile

# $OpenBSD: Makefile,v 1.5 2013/03/11 10:50:20 espie Exp $
COMMENT= allow your classes to do coercion of parameters
DISTNAME= Params-Coerce-0.14
REVISION= 0
CATEGORIES= devel
MAINTAINER= Kevin Lo <kevlo@openbsd.org>
# perl
PERMIT_PACKAGE_CDROM= Yes
MODULES= cpan
USE_GROFF = Yes
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= devel/p5-Params-Util
.include <bsd.port.mk>