aboutsummaryrefslogblamecommitdiff
path: root/devel/p5-File-Find-Object/Makefile
blob: df368748f7bf6bde77afdb15d43eda8f85300fd6 (plain) (tree)
1
2
3
4
5
6
7
8
9







                                                           
                     
                           
                    


                            
                                

                                                         


                                                                                  
                   
 

                                          
 
                      
# New ports collection makefile for:	p5-File-Find-Object
# Date created:		2006-07-15
# Whom:			Gea-Suan Lin <gslin@gslin.org>
#
# $FreeBSD$
#

PORTNAME=	File-Find-Object
PORTVERSION=	0.1.0
CATEGORIES=	devel perl5
MASTER_SITES=	CPAN
MASTER_SITE_SUBDIR=	File
PKGNAMEPREFIX=	p5-

MAINTAINER=	perl@FreeBSD.org
COMMENT=	An object oriented File::Find replacement

RUN_DEPENDS=	${SITE_PERL}/Class/Accessor.pm:${PORTSDIR}/devel/p5-Class-Accessor
BUILD_DEPENDS=	${RUN_DEPENDS}

PERL_MODBUILD=	yes

MAN3=		File::Find::Object.3 \
		File::Find::Object::Base.3

.include <bsd.port.mk>