18 lines
264 B
Makefile
18 lines
264 B
Makefile
# $OpenBSD: Makefile,v 1.2 2013/03/11 10:50:17 espie Exp $
|
|
|
|
SHARED_ONLY= Yes
|
|
|
|
COMMENT= simple filename and pathname matching
|
|
|
|
MODULES= cpan
|
|
DISTNAME= File-FnMatch-0.02
|
|
CATEGORIES= devel
|
|
|
|
# Perl
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
WANTLIB += c
|
|
|
|
.include <bsd.port.mk>
|
|
|