15 lines
251 B
Makefile
15 lines
251 B
Makefile
# $OpenBSD: Makefile,v 1.12 2020/07/03 21:45:51 sthen Exp $
|
|
|
|
COMMENT = match globbing patterns against text
|
|
|
|
MODULES = cpan
|
|
PKG_ARCH = *
|
|
DISTNAME = Text-Glob-0.11
|
|
CATEGORIES = textproc
|
|
REVISION = 0
|
|
|
|
# perl
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
.include <bsd.port.mk>
|