21 lines
330 B
Makefile
21 lines
330 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2020/03/09 16:28:17 sthen Exp $
|
|
|
|
COMMENT = parse Perl string literals and string-literal-like things
|
|
|
|
DISTNAME = PPIx-QuoteLike-0.009
|
|
|
|
CATEGORIES = textproc
|
|
|
|
# Perl
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
MODULES = cpan
|
|
|
|
RUN_DEPENDS = textproc/p5-PPI>=1.117
|
|
|
|
PKG_ARCH = *
|
|
|
|
CPAN_AUTHOR = WYANT
|
|
|
|
.include <bsd.port.mk>
|