aboutsummaryrefslogtreecommitdiffstats
path: root/devel/p5-Find-Lib/Makefile
blob: 149c8b043a289510302870c5434d8d0ccb7bec75 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
PORTNAME=	Find-Lib
PORTVERSION=	1.04
PORTREVISION=	1
CATEGORIES=	devel perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	wen@FreeBSD.org
COMMENT=	Helper to smartly find libs to use in the filesystem tree
WWW=		https://metacpan.org/release/Find-Lib

USES=		perl5
USE_PERL5=	configure

.include <bsd.port.mk>