19 lines
392 B
Makefile
19 lines
392 B
Makefile
# $OpenBSD: Makefile,v 1.6 2011/01/07 09:21:47 benoit 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
|
|
PERMIT_PACKAGE_FTP = Yes
|
|
PERMIT_DISTFILES_CDROM = Yes
|
|
PERMIT_DISTFILES_FTP = Yes
|
|
|
|
RUN_DEPENDS = devel/p5-Sub-Exporter
|
|
|
|
.include <bsd.port.mk>
|