9304fd610b
- trim Makefile header Approved by: portmgr (bapt@, blanket)
19 lines
358 B
Makefile
19 lines
358 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
|
|
|
|
MAN3= File::Find::Closures.3
|
|
|
|
.include <bsd.port.mk>
|