freebsd-ports/devel/p5-File-Find-Closures/Makefile
Martin Wilke 971587b290 I wrote this module as an example of both using closures and using
File::Find. Students are always asking me what closures are good for,
and here's some examples. The functions mostly stand alone (i.e. they
don't need the rest of the module), so rather than creating a
dependency in your code, just lift the parts you want).

WWW:	http://search.cpan.org/dist/File-Find-Closures/

PR:		ports/128875
Submitted by:	Gea-Suan Lin <gslin at gslin.org>
2008-11-15 21:39:12 +00:00

22 lines
431 B
Makefile

# New ports collection makefile for: p5-File-Find-Closures
# Date created: 2008-11-15
# Whom: Gea-Suan Lin <gslin@gslin.org>
#
# $FreeBSD$
#
PORTNAME= File-Find-Closures
PORTVERSION= 1.09
CATEGORIES= devel perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= File
PKGNAMEPREFIX= p5-
MAINTAINER= gslin@gslin.org
COMMENT= Functions you can use with File::Find
PERL_CONFIGURE= yes
MAN3= File::Find::Closures.3
.include <bsd.port.mk>