13 lines
190 B
Makefile
13 lines
190 B
Makefile
|
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>
|