21 lines
409 B
Makefile
21 lines
409 B
Makefile
# New ports collection makefile for: FindBin::libs
|
|
# Date created: 20 Jan 2009
|
|
# Whom: Jun Kuriyama <kuriyama@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= FindBin-libs
|
|
PORTVERSION= 1.4200
|
|
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>
|