openbsd-ports/textproc/p5-String-RewritePrefix/Makefile

19 lines
393 B
Makefile
Raw Normal View History

2010-10-19 03:54:21 -04:00
# $OpenBSD: Makefile,v 1.3 2010/10/19 07:54:23 espie Exp $
COMMENT = rewrite strings based on a set of known prefixes
2010-09-24 04:01:46 -04:00
DISTNAME = String-RewritePrefix-0.005
CATEGORIES = textproc
MODULES = cpan
2010-10-19 03:54:21 -04:00
USE_GROFF = Yes
# Perl
PERMIT_PACKAGE_CDROM = Yes
PERMIT_PACKAGE_FTP = Yes
PERMIT_DISTFILES_CDROM = Yes
PERMIT_DISTFILES_FTP = Yes
2010-09-24 04:01:46 -04:00
RUN_DEPENDS = ::devel/p5-Sub-Exporter
.include <bsd.port.mk>