mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
22 lines
405 B
Makefile
22 lines
405 B
Makefile
# New ports collection makefile for: devel/p5-Find-Lib
|
|
# Date created: 16 Nov, 2009
|
|
# Whom: Wen Heping <wen@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= Find-Lib
|
|
PORTVERSION= 1.04
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= wen@FreeBSD.org
|
|
COMMENT= Helper to smartly find libs to use in the filesystem tree
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= Find::Lib.3
|
|
|
|
.include <bsd.port.mk>
|