aboutsummaryrefslogtreecommitdiffstats
path: root/devel/p5-FindBin-libs/Makefile
blob: 9b016218f9e03489113e2d28f87cb7d5ee39141d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
PORTNAME=	FindBin-libs
PORTVERSION=	2.1100
PORTREVISION=	1
CATEGORIES=	devel perl5
MASTER_SITES=	CPAN
MASTER_SITE_SUBDIR=	CPAN:LEMBARK
PKGNAMEPREFIX=	p5-
DISTNAME=	${PORTNAME}-${PORTVERSION:C/00$//}

MAINTAINER=	perl@FreeBSD.org
COMMENT=	Perl extension to locate and use lib directories
WWW=		https://metacpan.org/release/FindBin-libs

USES=		perl5
USE_PERL5=	configure
NO_ARCH=	YES

.include <bsd.port.mk>