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