mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-04 01:48:54 +00:00
21 lines
385 B
Makefile
21 lines
385 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= FindBin-libs
|
|
PORTVERSION= 1.8000
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
MASTER_SITE_SUBDIR= CPAN:LEMBARK
|
|
PKGNAMEPREFIX= p5-
|
|
DISTNAME= ${PORTNAME}-${PORTVERSION:C/000$//}
|
|
|
|
MAINTAINER= kuriyama@FreeBSD.org
|
|
COMMENT= Perl extension to locate and use lib directories
|
|
|
|
USES= perl5
|
|
USE_PERL5= modbuild
|
|
|
|
MAN3= FindBin::libs.3
|
|
|
|
NO_STAGE= yes
|
|
.include <bsd.port.mk>
|