16 lines
256 B
Makefile

# $OpenBSD: Makefile,v 1.8 2020/07/03 21:44:53 sthen Exp $
COMMENT= simple filename and pathname matching
MODULES= cpan
DISTNAME= File-FnMatch-0.02
CATEGORIES= devel
REVISION= 2
# Perl
PERMIT_PACKAGE= Yes
WANTLIB += c perl
.include <bsd.port.mk>