2009-11-16 05:42:59 +01:00
|
|
|
# New ports collection makefile for: devel/p5-Find-Lib
|
|
|
|
# Date created: 16 Nov, 2009
|
|
|
|
# Whom: Wen Heping <wen@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= Find-Lib
|
2011-09-22 01:47:32 +02:00
|
|
|
PORTVERSION= 1.04
|
2009-11-16 05:42:59 +01:00
|
|
|
CATEGORIES= devel perl5
|
|
|
|
MASTER_SITES= CPAN
|
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
|
|
|
MAINTAINER= wen@FreeBSD.org
|
|
|
|
COMMENT= Helper to smartly find libs to use in the filesystem tree
|
|
|
|
|
2011-09-17 08:49:29 +02:00
|
|
|
PERL_CONFIGURE= yes
|
2009-11-16 05:42:59 +01:00
|
|
|
|
|
|
|
MAN3= Find::Lib.3
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|