0c50cbc3b3
Changes: Fixed RT#38302: Fixed META.yml generation (thanks very much to cpanservice for the help). Fixed RT#55010: Removed Unicode BOM from Find.pm. Feature safe: yes
24 lines
485 B
Makefile
24 lines
485 B
Makefile
# 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.10
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= perl@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>
|