mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
14 lines
239 B
Makefile
14 lines
239 B
Makefile
COMMENT = rewrite strings based on a set of known prefixes
|
|
|
|
DISTNAME = String-RewritePrefix-0.009
|
|
CATEGORIES = textproc
|
|
MODULES = cpan
|
|
PKG_ARCH = *
|
|
|
|
# Perl
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
RUN_DEPENDS = devel/p5-Sub-Exporter
|
|
|
|
.include <bsd.port.mk>
|