blob: ce28a157585c80310bdec56473f48bdad0ed4df8 (
plain)
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= kuriyama@FreeBSD.org
COMMENT= Perl extension to locate and use lib directories
USES= perl5
USE_PERL5= configure
NO_ARCH= YES
.include <bsd.port.mk>
|