freebsd-ports/devel/p5-File-Find-Closures/Makefile
Andrej Zverev b1b8c2a1fa - add stage support
Approved by:	portmgr (blanket infrastructure)
2014-01-06 13:41:40 +00:00

17 lines
327 B
Makefile

# Created by: 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
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>