19 lines
322 B
Makefile
19 lines
322 B
Makefile
# $OpenBSD: Makefile,v 1.10 2020/07/03 21:45:05 sthen Exp $
|
|
|
|
COMMENT= allow your classes to do coercion of parameters
|
|
|
|
DISTNAME= Params-Coerce-0.14
|
|
REVISION= 2
|
|
|
|
CATEGORIES= devel
|
|
|
|
# perl
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
MODULES= cpan
|
|
PKG_ARCH= *
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
|
RUN_DEPENDS= devel/p5-Params-Util
|
|
|
|
.include <bsd.port.mk>
|