mirror of https://git.FreeBSD.org/ports.git
19 lines
371 B
Makefile
19 lines
371 B
Makefile
PORTNAME= File-Spec-Native
|
|
PORTVERSION= 1.004
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= Perl extension for native OS implementation of File::Spec
|
|
WWW= https://metacpan.org/release/File-Spec-Native
|
|
|
|
LICENSE= ART10 GPLv1+
|
|
LICENSE_COMB= dual
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
NO_ARCH= YES
|
|
|
|
.include <bsd.port.mk>
|