16 lines
256 B
Makefile
16 lines
256 B
Makefile
# $OpenBSD: Makefile,v 1.7 2019/07/12 20:44:54 sthen Exp $
|
|
|
|
COMMENT= simple filename and pathname matching
|
|
|
|
MODULES= cpan
|
|
DISTNAME= File-FnMatch-0.02
|
|
CATEGORIES= devel
|
|
REVISION= 1
|
|
|
|
# Perl
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
WANTLIB += c perl
|
|
|
|
.include <bsd.port.mk>
|