15 lines
249 B
Makefile
15 lines
249 B
Makefile
COMMENT= allow your classes to do coercion of parameters
|
|
|
|
DISTNAME = Params-Coerce-0.15
|
|
CATEGORIES= devel
|
|
|
|
# perl
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
MODULES= cpan
|
|
PKG_ARCH= *
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
|
RUN_DEPENDS= devel/p5-Params-Util
|
|
|
|
.include <bsd.port.mk>
|