13 lines
239 B
Makefile
13 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>
|