21 lines
373 B
Makefile
Raw Normal View History

2013-03-11 10:50:00 +00:00
# $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
2010-10-18 17:47:50 +00:00
USE_GROFF = Yes
BUILD_DEPENDS= ${RUN_DEPENDS}
2010-11-15 19:45:56 +00:00
RUN_DEPENDS= devel/p5-Params-Util
.include <bsd.port.mk>