aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-FindBin-libs/Makefile
blob: 858e6d1bcb4e779f33e3603b417e295f694a18a7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# New ports collection makefile for:	FindBin::libs
# Date created:		20 Jan 2009
# Whom:			Jun Kuriyama <kuriyama@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=	FindBin-libs
PORTVERSION=	1.37
CATEGORIES=	devel perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	kuriyama@FreeBSD.org
COMMENT=	Perl extension to locate and use lib directories

PERL_CONFIGURE=	yes

MAN3=		FindBin::libs.3

.include <bsd.port.mk>