mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
16 lines
238 B
Makefile
16 lines
238 B
Makefile
COMMENT = higher-order list utility functions
|
|
|
|
MODULES = cpan
|
|
PKG_ARCH = *
|
|
DISTNAME = List-UtilsBy-0.12
|
|
CATEGORIES = textproc
|
|
|
|
# Perl
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
CONFIGURE_STYLE = modbuild
|
|
|
|
MAKE_ENV = TEST_POD=Yes
|
|
|
|
.include <bsd.port.mk>
|