openbsd-ports/devel/p5-String-Tagged/Makefile
bluhm 951b2d9826 import p5-String-Tagged 0.18
OK benoit@

Comment:
string buffers with value tags on extents

Description:
This module implements an object class, instances of which store a
(mutable) string buffer that supports tags. A tag is a name/value pair
that applies to some extent of the underlying string.
2022-11-12 11:02:53 +00:00

23 lines
333 B
Makefile

COMMENT = string buffers with value tags on extents
DISTNAME = String-Tagged-0.18
CATEGORIES = devel
MAINTAINER = Alexander Bluhm <bluhm@openbsd.org>
# Perl
PERMIT_PACKAGE = Yes
MODULES = cpan
TEST_DEPENDS = devel/p5-Test-Identity
CONFIGURE_STYLE = modbuild
MAKE_ENV = TEST_POD=Yes
PKG_ARCH = *
.include <bsd.port.mk>