15 lines
252 B
Makefile
15 lines
252 B
Makefile
# $OpenBSD: Makefile,v 1.8 2013/03/11 11:42:44 espie Exp $
|
|
|
|
COMMENT= match globbing patterns against text
|
|
|
|
MODULES= cpan
|
|
DISTNAME= Text-Glob-0.09
|
|
CATEGORIES= textproc
|
|
|
|
# perl
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
CONFIGURE_STYLE= modbuild
|
|
|
|
.include <bsd.port.mk>
|