21 lines
332 B
Makefile
21 lines
332 B
Makefile
# $OpenBSD: Makefile,v 1.3 2020/07/03 21:45:09 sthen Exp $
|
|
|
|
COMMENT = build sprintf-like functions of your own
|
|
|
|
DISTNAME = String-Formatter-0.102084
|
|
REVISION = 0
|
|
|
|
CATEGORIES = devel
|
|
|
|
# GPLv2
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
MODULES = cpan
|
|
|
|
RUN_DEPENDS = devel/p5-Params-Util \
|
|
devel/p5-Sub-Exporter
|
|
|
|
PKG_ARCH = *
|
|
|
|
.include <bsd.port.mk>
|