16 lines
308 B
Makefile
16 lines
308 B
Makefile
# $OpenBSD: Makefile,v 1.7 2013/03/11 11:42:44 espie Exp $
|
|
|
|
COMMENT = rewrite strings based on a set of known prefixes
|
|
|
|
DISTNAME = String-RewritePrefix-0.006
|
|
CATEGORIES = textproc
|
|
MODULES = cpan
|
|
USE_GROFF = Yes
|
|
|
|
# Perl
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
|
|
RUN_DEPENDS = devel/p5-Sub-Exporter
|
|
|
|
.include <bsd.port.mk>
|