18 lines
256 B
Makefile
18 lines
256 B
Makefile
|
COMMENT = build sprintf-like functions of your own
|
||
|
|
||
|
DISTNAME = String-Formatter-1.235
|
||
|
|
||
|
CATEGORIES = devel
|
||
|
|
||
|
# GPLv2
|
||
|
PERMIT_PACKAGE = Yes
|
||
|
|
||
|
MODULES = cpan
|
||
|
|
||
|
RUN_DEPENDS = devel/p5-Params-Util \
|
||
|
devel/p5-Sub-Exporter
|
||
|
|
||
|
PKG_ARCH = *
|
||
|
|
||
|
.include <bsd.port.mk>
|