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

                                                   
                                                          




                           
                    
                           
                    

                   
                               

                                                           



                              


                                                                          
                      
# New ports collection makefile for:	Module-Find
# Date created:	   26 Sep 2005
# Whom:		   Lars Balker Rasmussen <lbr@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=	Module-Find
PORTVERSION=	0.06
CATEGORIES=	devel perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	lbr@FreeBSD.org
COMMENT=	Lets you find and use modules in categories

PERL_CONFIGURE=	yes

MAN3=		Module::Find.3

post-extract:
	@${PERL} -i.bak -ne 'print unless m,Test::,' ${WRKSRC}/Makefile.PL

.include <bsd.port.mk>